diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-29 12:43:54 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-29 12:43:54 +0000 |
commit | a2760d3bedc9cdddd1c5da5716993984f1258341 (patch) | |
tree | d1b5dec7c549ef05a2a35004a3768591e52c713e /devel/p5-Locale-PGetText | |
parent | 1f730767b75d6cc7f7a6e990df5bcc41a1e1ea77 (diff) | |
download | ports-a2760d3bedc9cdddd1c5da5716993984f1258341.tar.gz ports-a2760d3bedc9cdddd1c5da5716993984f1258341.zip |
Notes
Diffstat (limited to 'devel/p5-Locale-PGetText')
-rw-r--r-- | devel/p5-Locale-PGetText/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Locale-PGetText/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Locale-PGetText/files/patch-aa | 9 | ||||
-rw-r--r-- | devel/p5-Locale-PGetText/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Locale-PGetText/pkg-descr | 1 | ||||
-rw-r--r-- | devel/p5-Locale-PGetText/pkg-plist | 6 |
6 files changed, 47 insertions, 0 deletions
diff --git a/devel/p5-Locale-PGetText/Makefile b/devel/p5-Locale-PGetText/Makefile new file mode 100644 index 000000000000..71ab8bfb8709 --- /dev/null +++ b/devel/p5-Locale-PGetText/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Locale-PGetText +# Version required: 0.16 +# Date created: 27 January 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= Locale-PGetText-0.16 +PKGNAME= p5-Locale-PGetText-0.16 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Locale + +MAINTAINER= nakai@FreeBSD.org + +USE_PERL5= YES + +# There is also perl man but how to manage /usr/local/man +# and /usr/local/lib/perl5/%%PERL_VER%%/man + +MAN1= MsgFormat.1 XText.1 +#MAN3= Locale::PGettext.3 +#MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/devel/p5-Locale-PGetText/distinfo b/devel/p5-Locale-PGetText/distinfo new file mode 100644 index 000000000000..d92c0d5bdf57 --- /dev/null +++ b/devel/p5-Locale-PGetText/distinfo @@ -0,0 +1 @@ +MD5 (Locale-PGetText-0.16.tar.gz) = 46211ef8740e5c1d4301b9478a2fef58 diff --git a/devel/p5-Locale-PGetText/files/patch-aa b/devel/p5-Locale-PGetText/files/patch-aa new file mode 100644 index 000000000000..7cac4f6d0a13 --- /dev/null +++ b/devel/p5-Locale-PGetText/files/patch-aa @@ -0,0 +1,9 @@ +--- Makefile.PL.orig Fri Jan 28 15:18:53 2000 ++++ Makefile.PL Fri Jan 28 15:19:04 2000 +@@ -1,5 +1,6 @@ + use ExtUtils::MakeMaker; + WriteMakefile( ++ PREFIX => "/usr/local", + NAME => "Locale::PGetText", + VERSION_FROM => 'PGetText.pm', + EXE_FILES => [ 'MsgFormat','XText' ], diff --git a/devel/p5-Locale-PGetText/pkg-comment b/devel/p5-Locale-PGetText/pkg-comment new file mode 100644 index 000000000000..9c655650039a --- /dev/null +++ b/devel/p5-Locale-PGetText/pkg-comment @@ -0,0 +1 @@ +pure perl implementation of GNU gettext diff --git a/devel/p5-Locale-PGetText/pkg-descr b/devel/p5-Locale-PGetText/pkg-descr new file mode 100644 index 000000000000..9c655650039a --- /dev/null +++ b/devel/p5-Locale-PGetText/pkg-descr @@ -0,0 +1 @@ +pure perl implementation of GNU gettext diff --git a/devel/p5-Locale-PGetText/pkg-plist b/devel/p5-Locale-PGetText/pkg-plist new file mode 100644 index 000000000000..e44f48f07344 --- /dev/null +++ b/devel/p5-Locale-PGetText/pkg-plist @@ -0,0 +1,6 @@ +bin/XText +bin/MsgFormat +lib/perl5/%%PERL_VERSION%%/man/man3/Locale::PGetText.3 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/PGetText/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Locale/PGetText.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/PGetText |