freebsd-ports/devel/p5-Const-Fast/Makefile

27 lines
658 B
Makefile
Raw Normal View History

2013-06-10 16:29:05 +02:00
# Created by: Philip M. Gollucci
# $FreeBSD$
PORTNAME= Const-Fast
2013-06-10 16:29:05 +02:00
PORTVERSION= 0.014
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LEONT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Facility for creating read-only scalars, arrays, and hashes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
2013-09-04 15:19:36 +02:00
BUILD_DEPENDS:= ${RUN_DEPENDS}
2013-06-10 16:29:05 +02:00
RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
2013-09-04 15:19:36 +02:00
USE_PERL5= modbuildtiny
.include <bsd.port.mk>