freebsd-ports/devel/p5-Class-EHierarchy/Makefile
Sunpoet Po-Chuan Hsieh 0c4a823a2b 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/
2018-02-27 13:21:40 +00:00

21 lines
409 B
Makefile

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