2010-12-12 22:38:33 +01:00
|
|
|
# New ports collection makefile for: p5-Const-Fast
|
|
|
|
# Date created: 2010-12-12
|
|
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Const-Fast
|
2011-08-31 20:43:22 +02:00
|
|
|
PORTVERSION= 0.008
|
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-08-31 20:43:22 +02:00
|
|
|
LICENSE= ART20 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
2010-12-12 22:38:33 +01:00
|
|
|
|
2011-08-31 20:43:22 +02:00
|
|
|
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
|
|
RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
2010-12-12 22:38:33 +01:00
|
|
|
|
2011-08-31 20:43:22 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2011-02-19 23:25:49 +01:00
|
|
|
|
2011-08-31 20:43:22 +02:00
|
|
|
MAN3= Const::Fast.3
|
2010-12-12 22:38:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|