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/
This commit is contained in:
parent
37677d32e3
commit
0c4a823a2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463124
5 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
21
devel/p5-Class-EHierarchy/Makefile
Normal file
21
devel/p5-Class-EHierarchy/Makefile
Normal file
|
@ -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>
|
3
devel/p5-Class-EHierarchy/distinfo
Normal file
3
devel/p5-Class-EHierarchy/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1519737030
|
||||
SHA256 (Class-EHierarchy-2.00.tar.gz) = 8498baaf7539eaa3422c6fe1055a0fc9a0c02e94dad0c63405373528e622bacb
|
||||
SIZE (Class-EHierarchy-2.00.tar.gz) = 28344
|
5
devel/p5-Class-EHierarchy/pkg-descr
Normal file
5
devel/p5-Class-EHierarchy/pkg-descr
Normal file
|
@ -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/
|
2
devel/p5-Class-EHierarchy/pkg-plist
Normal file
2
devel/p5-Class-EHierarchy/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Class/EHierarchy.pm
|
||||
%%PERL5_MAN3%%/Class::EHierarchy.3.gz
|
Loading…
Reference in a new issue