mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 2.08
Remove unneeded dependency, fix WWW Approved by: maintainer
This commit is contained in:
parent
ba012a04df
commit
ee15993727
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91156
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Storable
|
||||
PORTVERSION= 2.07
|
||||
PORTVERSION= 2.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Storable
|
||||
@ -15,15 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Persistency for perl data structures
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= INSTALLDIRS=site
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Storable.3
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e '$$_="" if /MAN3PODS|INSTALLDIRS/' ${WRKSRC}/Makefile.PL
|
||||
@${PERL} -pi -e '$$_="" if /MAN3PODS/' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Storable-2.07.tar.gz) = 04d1b52cf304343e1be08df6f4ad345e
|
||||
MD5 (Storable-2.08.tar.gz) = 327c6b1a0a9728ca5bb66c5176af0955
|
||||
|
@ -13,4 +13,4 @@ a reference to the root object is returned. In case an I/O error
|
||||
occurred while reading, undef is returned instead. Other serious errors
|
||||
are propagated via die.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Storable
|
||||
WWW: http://search.cpan.org/dist/Storable/
|
||||
|
Loading…
Reference in New Issue
Block a user