diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-27 18:46:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-27 18:46:51 +0000 |
commit | 04bf92d9f5724074babc77d8b8d3566947a7a792 (patch) | |
tree | fb7db62cfd66fd15e55ff09f9fc834055e97af90 /textproc/p5-Template-Plugin-Autoformat | |
parent | 287b65719797a7ffb4bd4e705ffcffc5aee4cfb8 (diff) | |
download | ports-04bf92d9f5724074babc77d8b8d3566947a7a792.tar.gz ports-04bf92d9f5724074babc77d8b8d3566947a7a792.zip |
Notes
Diffstat (limited to 'textproc/p5-Template-Plugin-Autoformat')
-rw-r--r-- | textproc/p5-Template-Plugin-Autoformat/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Template-Plugin-Autoformat/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Template-Plugin-Autoformat/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Template-Plugin-Autoformat/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-Autoformat/Makefile b/textproc/p5-Template-Plugin-Autoformat/Makefile new file mode 100644 index 000000000000..3e05b7866be0 --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Template-Plugin-Autoformat +# Date created: Tue Aug 18 16:00:03 EDT 2009 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= Template-Plugin-Autoformat +PORTVERSION= 2.71 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Template Toolkit interface to Text::Autoformat module + +RUN_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat +BUILD_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat + +PERL_CONFIGURE= yes + +MAN3= Template::Plugin::Autoformat.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Template-Plugin-Autoformat/distinfo b/textproc/p5-Template-Plugin-Autoformat/distinfo new file mode 100644 index 000000000000..a974a4cdd16a --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/distinfo @@ -0,0 +1,3 @@ +MD5 (Template-Plugin-Autoformat-2.71.tar.gz) = cb3d9224a0b4022cba7fd3f42d308bfa +SHA256 (Template-Plugin-Autoformat-2.71.tar.gz) = 47bc7b2486c0fb84f7604c475470246949e496e82aecdc6aea8824984fe38c86 +SIZE (Template-Plugin-Autoformat-2.71.tar.gz) = 4736 diff --git a/textproc/p5-Template-Plugin-Autoformat/pkg-descr b/textproc/p5-Template-Plugin-Autoformat/pkg-descr new file mode 100644 index 000000000000..54e5bf95486f --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/pkg-descr @@ -0,0 +1,4 @@ +Template Toolkit plugin interface to Text::Autoformat module. This is +a separate distribution as of Template-Toolkit 2.22. + +WWW: http://search.cpan.org/dist/Template-Plugin-Autoformat diff --git a/textproc/p5-Template-Plugin-Autoformat/pkg-plist b/textproc/p5-Template-Plugin-Autoformat/pkg-plist new file mode 100644 index 000000000000..8ad8a081b884 --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Template/Plugin/Autoformat.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-Plugin-Autoformat/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-Plugin-Autoformat +@dirrmtry %%SITE_PERL%%/Template/Plugin +@dirrmtry %%SITE_PERL%%/Template |