diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 469f87a4ffdb..46228b65d382 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -74,6 +74,7 @@ SUBDIR += p5-XML-RSS SUBDIR += p5-XML-Simple SUBDIR += p5-XML-Stream + SUBDIR += p5-dTemplate SUBDIR += par SUBDIR += perl2html SUBDIR += pspell 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 |