23 lines
485 B
Makefile
23 lines
485 B
Makefile
PORTNAME= Locale-XGettext
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Create PO files from text files
|
|
WWW= https://metacpan.org/release/Locale-XGettext
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Locale-PO>=0.27:devel/p5-Locale-PO \
|
|
p5-Locale-libintl>=1.20:devel/p5-Locale-libintl
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|