freebsd-ports/devel/p5-Locale-gettext/Makefile
Ade Lovett cfdc507479 p5-Locale-gettext permits from perl to the gettext() family of functions
for retreiving message strings from databases constructed to
internationalize software.

PR:		16562
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-02-09 04:42:58 +00:00

26 lines
524 B
Makefile

# New ports collection makefile for: p5-gettext
# Version required: 1.01
# Date created: 1 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= gettext-1.01
PKGNAME= p5-gettext-1.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
MAINTAINER= dima@Chg.RU
USE_PERL5= YES
MAN3= Locale::gettext.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>