diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 21:21:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 21:21:40 +0800 |
commit | 92936bcbbfc25ede184ff552691731f70d220718 (patch) | |
tree | e44d62cfb4618caed151800453af47eaa4834ab4 /devel | |
parent | d661fedbff92466ddffd2dd556eae2e77c5037f4 (diff) | |
download | freebsd-ports-gnome-92936bcbbfc25ede184ff552691731f70d220718.tar.gz freebsd-ports-gnome-92936bcbbfc25ede184ff552691731f70d220718.tar.zst freebsd-ports-gnome-92936bcbbfc25ede184ff552691731f70d220718.zip |
Add p5-Class-EHierarchy 2.00
Class::EHierarchy is intended for use as a base class for objects that need
support for class or object hierarchies. Additional features are also provided
which can be useful for general property implementation and manipulation.
WWW: http://search.cpan.org/dist/Class-EHierarchy/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Class-EHierarchy/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Class-EHierarchy/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Class-EHierarchy/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Class-EHierarchy/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 491b278fe697..402c6af7dffb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2067,6 +2067,7 @@ SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation + SUBDIR += p5-Class-EHierarchy SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util diff --git a/devel/p5-Class-EHierarchy/Makefile b/devel/p5-Class-EHierarchy/Makefile new file mode 100644 index 000000000000..29857f89ee0e --- /dev/null +++ b/devel/p5-Class-EHierarchy/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Class-EHierarchy +PORTVERSION= 2.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Base class for hierarchally ordered objects + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/devel/p5-Class-EHierarchy/distinfo b/devel/p5-Class-EHierarchy/distinfo new file mode 100644 index 000000000000..709439f65268 --- /dev/null +++ b/devel/p5-Class-EHierarchy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1519737030 +SHA256 (Class-EHierarchy-2.00.tar.gz) = 8498baaf7539eaa3422c6fe1055a0fc9a0c02e94dad0c63405373528e622bacb +SIZE (Class-EHierarchy-2.00.tar.gz) = 28344 diff --git a/devel/p5-Class-EHierarchy/pkg-descr b/devel/p5-Class-EHierarchy/pkg-descr new file mode 100644 index 000000000000..113c8423318f --- /dev/null +++ b/devel/p5-Class-EHierarchy/pkg-descr @@ -0,0 +1,5 @@ +Class::EHierarchy is intended for use as a base class for objects that need +support for class or object hierarchies. Additional features are also provided +which can be useful for general property implementation and manipulation. + +WWW: http://search.cpan.org/dist/Class-EHierarchy/ diff --git a/devel/p5-Class-EHierarchy/pkg-plist b/devel/p5-Class-EHierarchy/pkg-plist new file mode 100644 index 000000000000..411782833d39 --- /dev/null +++ b/devel/p5-Class-EHierarchy/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Class/EHierarchy.pm +%%PERL5_MAN3%%/Class::EHierarchy.3.gz |