aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-08-28 15:18:37 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-08-28 15:18:37 +0800
commit6fb58bb295cdff61daae354f073d19659a1e7b36 (patch)
treed7af2192d56a1577331dd9241349c4df8581f769 /devel
parentc753c033c42f8840796c1cf31b565b31c0ca7869 (diff)
downloadfreebsd-ports-graphics-6fb58bb295cdff61daae354f073d19659a1e7b36.tar.gz
freebsd-ports-graphics-6fb58bb295cdff61daae354f073d19659a1e7b36.tar.zst
freebsd-ports-graphics-6fb58bb295cdff61daae354f073d19659a1e7b36.zip
- Update to 0.38
Changes: http://search.cpan.org/dist/File-Map/Changes PR: ports/160237 Submitted by: sunpoet (myself) Approved by: Pengfei Ju <jupengfei@gmail.com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-File-Map/Makefile23
-rw-r--r--devel/p5-File-Map/distinfo4
2 files changed, 21 insertions, 6 deletions
diff --git a/devel/p5-File-Map/Makefile b/devel/p5-File-Map/Makefile
index 876d0c5b261..8d2f7d389aa 100644
--- a/devel/p5-File-Map/Makefile
+++ b/devel/p5-File-Map/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= File-Map
-PORTVERSION= 0.34
+PORTVERSION= 0.38
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +14,25 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jupengfei@gmail.com
COMMENT= Memory mapping made simple and safe
-RUN_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast
+BUILD_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast \
+ p5-PerlIO-Layers>=0.007:${PORTSDIR}/devel/p5-PerlIO-Layers \
+ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast \
+ p5-PerlIO-Layers>=0.007:${PORTSDIR}/devel/p5-PerlIO-Layers \
+ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+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_CONFIGURE= YES
+PERL_CONFIGURE= yes
MAN3= File::Map.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
+ p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-File-Map/distinfo b/devel/p5-File-Map/distinfo
index 0dadc92920a..03f942e8983 100644
--- a/devel/p5-File-Map/distinfo
+++ b/devel/p5-File-Map/distinfo
@@ -1,2 +1,2 @@
-SHA256 (File-Map-0.34.tar.gz) = d854159c52c7a50eb3a84cc2f967bcda4c2ce904bad245bd46725c7200671799
-SIZE (File-Map-0.34.tar.gz) = 30812
+SHA256 (File-Map-0.38.tar.gz) = c8a08951905c719f6829f45f9890b7f507bae077e0933209f644435e1d25a5b7
+SIZE (File-Map-0.38.tar.gz) = 33215