diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-24 08:51:10 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-24 08:51:10 +0000 |
commit | afb9442d1672b910b222af97eab9a789a01e06fa (patch) | |
tree | 98fe2f97fe9aa0a0e3931768f58d7233567d3296 /devel/p5-parent | |
parent | 8e8b0b5448ebe237c1d411e99dc2edc24cdcd060 (diff) | |
download | ports-afb9442d1672b910b222af97eab9a789a01e06fa.tar.gz ports-afb9442d1672b910b222af97eab9a789a01e06fa.zip |
Notes
Diffstat (limited to 'devel/p5-parent')
-rw-r--r-- | devel/p5-parent/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-parent/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-parent/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-parent/pkg-plist | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-parent/Makefile b/devel/p5-parent/Makefile new file mode 100644 index 000000000000..5d704dd81916 --- /dev/null +++ b/devel/p5-parent/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: parent +# Date created: 24 Oct 2007 +# Whom: Rong-En Fan <rafan@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= parent +PORTVERSION= 0.219 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/C/CO/CORION +PKGNAMEPREFIX= p5- + +MAINTAINER= rafan@FreeBSD.org +COMMENT= Establish an ISA relationship with base classes at compile time + +PERL_CONFIGURE= yes + +MAN3= parent.3 + +.include <bsd.port.mk> diff --git a/devel/p5-parent/distinfo b/devel/p5-parent/distinfo new file mode 100644 index 000000000000..954f7cb5aa14 --- /dev/null +++ b/devel/p5-parent/distinfo @@ -0,0 +1,3 @@ +MD5 (parent-0.219.tar.gz) = 3ec8a1f83a22493c367bfb6f08aead88 +SHA256 (parent-0.219.tar.gz) = c60c1a648a49501f5fe7c06e4734255ffb7255211a0efb3616687e17bb834827 +SIZE (parent-0.219.tar.gz) = 5113 diff --git a/devel/p5-parent/pkg-descr b/devel/p5-parent/pkg-descr new file mode 100644 index 000000000000..86d0cb60d052 --- /dev/null +++ b/devel/p5-parent/pkg-descr @@ -0,0 +1,11 @@ +Allows you to both load one or more modules, while setting up inheritance +from those modules at the same time. Mostly similar in effect to + + package Baz; + BEGIN { + require Foo; + require Bar; + push @ISA, qw(Foo Bar); + } + +WWW: http://search.cpan.org/dist/parent/ diff --git a/devel/p5-parent/pkg-plist b/devel/p5-parent/pkg-plist new file mode 100644 index 000000000000..a223cf0653e6 --- /dev/null +++ b/devel/p5-parent/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/parent/.packlist +%%SITE_PERL%%/parent.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/parent |