diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-05 15:36:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-05 15:36:27 +0000 |
commit | 4f7cd760657819d2cc536d48983953b98e2fee20 (patch) | |
tree | b1661e0d285214a0a17ad8832f289ba14cb499ee /devel/p5-Pragmatic | |
parent | ab33078f73fc4d86c5f74ac796751e41ee948577 (diff) |
Notes
Diffstat (limited to 'devel/p5-Pragmatic')
-rw-r--r-- | devel/p5-Pragmatic/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Pragmatic/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Pragmatic/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Pragmatic/pkg-plist | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-Pragmatic/Makefile b/devel/p5-Pragmatic/Makefile new file mode 100644 index 000000000000..4fae54890ff2 --- /dev/null +++ b/devel/p5-Pragmatic/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Pragmatic +# Date created: 2011-11-05 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Pragmatic +PORTVERSION= 1.7 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:BINKLEY +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Adds pragmata to Exporter + +PERL_CONFIGURE= yes + +MAN3= Pragmatic.3 + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/devel/p5-Pragmatic/distinfo b/devel/p5-Pragmatic/distinfo new file mode 100644 index 000000000000..2e1f29ffd228 --- /dev/null +++ b/devel/p5-Pragmatic/distinfo @@ -0,0 +1,2 @@ +SHA256 (Pragmatic-1.7.tar.gz) = aeb1e898420a4e1753b7027fa034bfd6a5cd1db7f31e5329d0b48a551ab451b9 +SIZE (Pragmatic-1.7.tar.gz) = 5382 diff --git a/devel/p5-Pragmatic/pkg-descr b/devel/p5-Pragmatic/pkg-descr new file mode 100644 index 000000000000..8eafd7be51b0 --- /dev/null +++ b/devel/p5-Pragmatic/pkg-descr @@ -0,0 +1,11 @@ +Pragmatic implements a default import method for processing pragmata before +passing the rest of the import to Exporter. + +Perl automatically calls the import method when processing a use statement for a +module. Modules and use are documented in perlfunc and perlmod. + +(Do not confuse Pragmatic with pragmatic modules, such as less, strict and the +like. They are standalone pragmata, and are not associated with any other +module.) + +WWW: http://search.cpan.org/dist/Pragmatic/ diff --git a/devel/p5-Pragmatic/pkg-plist b/devel/p5-Pragmatic/pkg-plist new file mode 100644 index 000000000000..acd094c025d8 --- /dev/null +++ b/devel/p5-Pragmatic/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Pragmatic.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pragmatic/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pragmatic |