diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 09:44:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 09:44:43 +0000 |
commit | 6940673a3616e4f60d3f6e93365bf12ba643e4d1 (patch) | |
tree | 43383bb7730d51df2c55892155926dd0651abc39 /textproc/p5-dTemplate | |
parent | 451b19ee8bb2a2bd020eff8fc375936c1772ac97 (diff) | |
download | ports-6940673a3616e4f60d3f6e93365bf12ba643e4d1.tar.gz ports-6940673a3616e4f60d3f6e93365bf12ba643e4d1.zip |
Notes
Diffstat (limited to 'textproc/p5-dTemplate')
-rw-r--r-- | textproc/p5-dTemplate/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-dTemplate/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-dTemplate/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-dTemplate/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-dTemplate/pkg-plist | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-dTemplate/Makefile b/textproc/p5-dTemplate/Makefile new file mode 100644 index 000000000000..a47ee890661a --- /dev/null +++ b/textproc/p5-dTemplate/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-dTemplate +# Date created: 9 December 2000 +# Whom: Jeremy Shaffner <jeremy@external.org> +# +# $FreeBSD$ + +PORTNAME= dTemplate +PORTVERSION= 1.0 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= dTemplate +PKGNAMEPREFIX= p5- + +MAINTAINER= jeremy@external.org + +MAN3= dTemplate.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-dTemplate/distinfo b/textproc/p5-dTemplate/distinfo new file mode 100644 index 000000000000..2cbdaeabaff7 --- /dev/null +++ b/textproc/p5-dTemplate/distinfo @@ -0,0 +1 @@ +MD5 (dTemplate-1.0.tar.gz) = 45326e82532c1787cf5173804e78048a diff --git a/textproc/p5-dTemplate/pkg-comment b/textproc/p5-dTemplate/pkg-comment new file mode 100644 index 000000000000..121449d05651 --- /dev/null +++ b/textproc/p5-dTemplate/pkg-comment @@ -0,0 +1 @@ +A powerful template handling logic with advanced features diff --git a/textproc/p5-dTemplate/pkg-descr b/textproc/p5-dTemplate/pkg-descr new file mode 100644 index 000000000000..1a18cd1431e1 --- /dev/null +++ b/textproc/p5-dTemplate/pkg-descr @@ -0,0 +1,7 @@ +This module wants to be the most powerful general purpose +templating system. It has a very clear and easy to learn +syntax with the styling capabilities. + +All you need to use this: put $TEMPLATE_VARIABLE$ into +your dTemplates, define them, and parse them. (You can +write $ signs as $$). diff --git a/textproc/p5-dTemplate/pkg-plist b/textproc/p5-dTemplate/pkg-plist new file mode 100644 index 000000000000..cccf092f7673 --- /dev/null +++ b/textproc/p5-dTemplate/pkg-plist @@ -0,0 +1,2 @@ +lib/perl5/site_perl/%%PERL_VER%%/dTemplate.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/dTemplate/.packlist |