parent
b34bf275e6
commit
40471615d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283832
3 changed files with 8 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= File-Map
|
||||
PORTVERSION= 0.38
|
||||
PORTVERSION= 0.39
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,25 +15,17 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Memory mapping made simple and safe
|
||||
|
||||
BUILD_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast \
|
||||
p5-PerlIO-Layers>=0.007:${PORTSDIR}/devel/p5-PerlIO-Layers \
|
||||
p5-PerlIO-Layers>=0:${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-PerlIO-Layers>=0:${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
|
||||
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= File::Map.3
|
||||
|
||||
.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>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (File-Map-0.38.tar.gz) = c8a08951905c719f6829f45f9890b7f507bae077e0933209f644435e1d25a5b7
|
||||
SIZE (File-Map-0.38.tar.gz) = 33215
|
||||
SHA256 (File-Map-0.39.tar.gz) = 1e6ecc8104ba3c1333106df0714ce226b5c464afb2acae0962de8994860424be
|
||||
SIZE (File-Map-0.39.tar.gz) = 73881
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/File/Map.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map/Map.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map/Map.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map
|
||||
|
|
Loading…
Reference in a new issue