mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
27 lines
621 B
Makefile
27 lines
621 B
Makefile
# Created by: Philip M. Gollucci
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Const-Fast
|
|
PORTVERSION= 0.014
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
|
p5-Sub-Exporter-Progressive>=0.001007:devel/p5-Sub-Exporter-Progressive
|
|
TEST_DEPENDS= p5-Test-Exception>=0.29:devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
.include <bsd.port.mk>
|