mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
24 lines
431 B
Makefile
24 lines
431 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|