freebsd-ports/devel/p5-File-Map/Makefile
2012-12-23 12:05:05 +00:00

27 lines
714 B
Makefile

# Created by: jupengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= File-Map
PORTVERSION= 0.56
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Memory mapping made simple and safe
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-PerlIO-Layers>=0:${PORTSDIR}/devel/p5-PerlIO-Layers \
p5-Sub-Exporter-Progressive>=0.001.005:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
PERL_MODBUILD= yes
MAN3= File::Map.3
.include <bsd.port.mk>