diff --git a/devel/Makefile b/devel/Makefile index 9aac47ada23a..5d5c59400a12 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1015,6 +1015,7 @@ SUBDIR += p5-Filesys-Virtual SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter + SUBDIR += p5-Filter-Template SUBDIR += p5-FreezeThaw SUBDIR += p5-Geo-ShapeFile SUBDIR += p5-Getargs-Long diff --git a/devel/p5-Filter-Template/Makefile b/devel/p5-Filter-Template/Makefile new file mode 100644 index 000000000000..ed608ded0ba6 --- /dev/null +++ b/devel/p5-Filter-Template/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Filter-Template +# Date created: 15 Jun 2006 +# Whom: Aaron Dalton +# +# $FreeBSD$ +# + +PORTNAME= Filter-Template +PORTVERSION= 1.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Filter +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= A source filter for inline code templates (macros) + +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Filter::Template.3 Filter::Template::UseBytes.3 + +PERL_CONFIGURE= yes + +.include diff --git a/devel/p5-Filter-Template/distinfo b/devel/p5-Filter-Template/distinfo new file mode 100644 index 000000000000..1a85975bee49 --- /dev/null +++ b/devel/p5-Filter-Template/distinfo @@ -0,0 +1,3 @@ +MD5 (Filter-Template-1.02.tar.gz) = 15aa7b46d94c2dcd9fe0acc8914943df +SHA256 (Filter-Template-1.02.tar.gz) = a6f69f168f8c3c47eaa058251652f75996eaee69eefb4be443a3282624c32f20 +SIZE (Filter-Template-1.02.tar.gz) = 11462 diff --git a/devel/p5-Filter-Template/pkg-descr b/devel/p5-Filter-Template/pkg-descr new file mode 100644 index 000000000000..9b3e43b1c61e --- /dev/null +++ b/devel/p5-Filter-Template/pkg-descr @@ -0,0 +1,8 @@ +Filter::Template is a Perl source filter that provides simple inline +source code templates. Inlined source code can be significantly faster +than subroutines, especially for small-scale functions like accessors and +mutators. On the other hand, they are more difficult to maintain and use. +Choose your trade-offs wisely. + +WWW: http://search.cpan.org/dist/Filter-Template +Author: Rocco Caputo diff --git a/devel/p5-Filter-Template/pkg-plist b/devel/p5-Filter-Template/pkg-plist new file mode 100644 index 000000000000..d51c0935293a --- /dev/null +++ b/devel/p5-Filter-Template/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Filter/Template.pm +%%SITE_PERL%%/Filter/Template/UseBytes.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filter/Template/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filter/Template +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filter +@dirrm %%SITE_PERL%%/Filter/Template +@dirrmtry %%SITE_PERL%%/Filter