freebsd-ports/devel/p5-Locale-XGettext/Makefile
Sunpoet Po-Chuan Hsieh 9ac3d113fc Add p5-Locale-XGettext 0.7
When using GNU gettext you often find yourself extracting translatable strings
from more or less exotic file formats that cannot be handled by xgettext from
the GNU gettext suite directly. This package simplifies the task of writing a
string extractor in Perl, Python, Java, Ruby or other languages by providing a
common base needed for such scripts.

Locale::XGettext is the base class for various string extractors. These string
extractors can be used as standalone programs on the command-line or as a module
as a part of other software.

https://metacpan.org/release/Locale-XGettext
2019-06-18 00:29:45 +00:00

25 lines
498 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Locale-XGettext
PORTVERSION= 0.7
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create PO files from text files
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>