Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Const-Fast / Makefile
1 # Created by: Philip M. Gollucci
2 # $FreeBSD$
3
4 PORTNAME=       Const-Fast
5 PORTVERSION=    0.014
6 PORTREVISION=   2
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:LEONT
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Facility for creating read-only scalars, arrays, and hashes
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS:= ${RUN_DEPENDS}
19 RUN_DEPENDS=    p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
20                 p5-Sub-Exporter-Progressive>=0.001007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
21 TEST_DEPENDS=   p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
22
23 USES=           perl5
24 USE_PERL5=      modbuildtiny
25
26 .include <bsd.port.mk>