blob: 5a34143fa83f483a3ec05cc939dc31bddb1cf007 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= Locale-PO
PORTVERSION= 0.27
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for manipulating .po entries from GNU gettext
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
NO_ARCH= yes
.include <bsd.port.mk>
|