mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
cfdc507479
for retreiving message strings from databases constructed to internationalize software. PR: 16562 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
26 lines
524 B
Makefile
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>
|