mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 0.16
This commit is contained in:
parent
e14192abc4
commit
0d378ccd9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188378
2 changed files with 12 additions and 14 deletions
|
@ -6,27 +6,25 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Object-Realize-Later
|
PORTNAME= Object-Realize-Later
|
||||||
PORTVERSION= 0.15
|
PORTVERSION= 0.16
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Object
|
MASTER_SITE_SUBDIR= Object
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Object::Realize::Later - Delayed creation of objects
|
COMMENT= Delayed creation of objects
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500600
|
|
||||||
IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
|
|
||||||
.endif
|
|
||||||
|
|
||||||
MAN3= Object::Realize::Later.3
|
MAN3= Object::Realize::Later.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500703
|
||||||
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Object-Realize-Later-0.15.tar.gz) = d5165034a7cf29c7643456ebec920386
|
MD5 (Object-Realize-Later-0.16.tar.gz) = c6e124d52305c1f6c7f08aeaf6bd82d4
|
||||||
SHA256 (Object-Realize-Later-0.15.tar.gz) = 7a6a8e79c8bd4e90241c937ae82ac2a606bd3c2c7b2cd229a7d396ccb77080a0
|
SHA256 (Object-Realize-Later-0.16.tar.gz) = b2cc5b68c5fe9fc010678030726d2ee1b870e232e1fbce891108a9391a62cad4
|
||||||
SIZE (Object-Realize-Later-0.15.tar.gz) = 9914
|
SIZE (Object-Realize-Later-0.16.tar.gz) = 10225
|
||||||
|
|
Loading…
Add table
Reference in a new issue