diff options
author | billf <billf@FreeBSD.org> | 1999-10-28 14:06:07 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-10-28 14:06:07 +0800 |
commit | d588c3fe8666be34a16a04abe5822bfbc1592fd4 (patch) | |
tree | 0c1e913b94d42b5b03ac99666124c44102469525 /textproc | |
parent | e7240830cae359771bbde44cae97492d9155caf7 (diff) | |
download | freebsd-ports-gnome-d588c3fe8666be34a16a04abe5822bfbc1592fd4.tar.gz freebsd-ports-gnome-d588c3fe8666be34a16a04abe5822bfbc1592fd4.tar.zst freebsd-ports-gnome-d588c3fe8666be34a16a04abe5822bfbc1592fd4.zip |
Import Text::Template v1.20
Expand template text with embedded Perl
WWW: http://www.plover.com/~mjd/perl/Template/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Text-Template/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Template/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Template/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Template/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile new file mode 100644 index 000000000000..8b1e3e7a8bf2 --- /dev/null +++ b/textproc/p5-Text-Template/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Text::Template +# Version required: 1.20 +# Date created: Thu Oct 28 01:58:13 EDT 1999 +# Whom: Bill "I hate Perl" Fumerola +# +# $FreeBSD$ +# + +DISTNAME= Text-Template-1.20 +PKGNAME= p5-Text-Template-1.20 +CATEGORIES= textproc perl5 +MASTER_SITES= http://www.plover.com/~mjd/perl/Template/ \ + ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= YES + +MAN3= Text::Template.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Template/distinfo b/textproc/p5-Text-Template/distinfo new file mode 100644 index 000000000000..6b8c05a3923e --- /dev/null +++ b/textproc/p5-Text-Template/distinfo @@ -0,0 +1 @@ +MD5 (Text-Template-1.20.tar.gz) = c12d244b5e0b4cdf3cc6bfc5b5fd579a diff --git a/textproc/p5-Text-Template/pkg-comment b/textproc/p5-Text-Template/pkg-comment new file mode 100644 index 000000000000..7f5775ff8a62 --- /dev/null +++ b/textproc/p5-Text-Template/pkg-comment @@ -0,0 +1 @@ +Expand template text with embedded Perl diff --git a/textproc/p5-Text-Template/pkg-descr b/textproc/p5-Text-Template/pkg-descr new file mode 100644 index 000000000000..8134ed04bbf6 --- /dev/null +++ b/textproc/p5-Text-Template/pkg-descr @@ -0,0 +1,5 @@ +Expand template text with embedded Perl + +WWW: http://www.plover.com/~mjd/perl/Template/ + +- Bill "I hate Perl" Fumerola <billf@FreeBSD.org> diff --git a/textproc/p5-Text-Template/pkg-plist b/textproc/p5-Text-Template/pkg-plist new file mode 100644 index 000000000000..d1ccd55ef399 --- /dev/null +++ b/textproc/p5-Text-Template/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/Template.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text |