2013-06-10 16:29:05 +02:00
|
|
|
# Created by: Philip M. Gollucci
|
2010-12-12 22:38:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Const-Fast
|
2013-06-10 16:29:05 +02:00
|
|
|
PORTVERSION= 0.014
|
2013-06-13 19:11:32 +02:00
|
|
|
PORTREVISION= 1
|
2010-12-12 22:38:33 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:LEONT
|
2010-12-12 22:38:33 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Facility for creating read-only scalars, arrays, and hashes
|
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-08-31 20:43:22 +02:00
|
|
|
LICENSE_COMB= dual
|
2010-12-12 22:38:33 +01:00
|
|
|
|
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 \
|
2013-06-13 19:11:32 +02:00
|
|
|
p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
|
2012-08-14 10:39:24 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
|
2011-08-31 20:43:22 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
2013-09-04 15:19:36 +02:00
|
|
|
USE_PERL5= modbuildtiny
|
2011-02-19 23:25:49 +01:00
|
|
|
|
2012-12-17 13:40:25 +01:00
|
|
|
.include <bsd.port.mk>
|