freebsd-ports/devel/p5-Class-AutoClass/Makefile
Sunpoet Po-Chuan Hsieh 8f7d049791 - Support STAGEDIR
2013-11-16 21:44:05 +00:00

26 lines
725 B
Makefile

# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
# $FreeBSD$
PORTNAME= Class-AutoClass
PORTVERSION= 1.56
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create get and set methods and simplify object initialization
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Hash-AutoHash>=1.17:${PORTSDIR}/devel/p5-Hash-AutoHash \
p5-Hash-AutoHash-Args>=1.18:${PORTSDIR}/devel/p5-Hash-AutoHash-Args
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-stringy>=2.1:${PORTSDIR}/devel/p5-IO-stringy \
p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Pod>=1.48:${PORTSDIR}/devel/p5-Test-Pod
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>