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:
Sunpoet Po-Chuan Hsieh 2018-02-27 13:21:40 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1519737030
SHA256 (Class-EHierarchy-2.00.tar.gz) = 8498baaf7539eaa3422c6fe1055a0fc9a0c02e94dad0c63405373528e622bacb
SIZE (Class-EHierarchy-2.00.tar.gz) = 28344

View 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/

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Class/EHierarchy.pm
%%PERL5_MAN3%%/Class::EHierarchy.3.gz