- Update to 0.004002
Changes: http://search.cpan.org/dist/Contextual-Return/Changes
This commit is contained in:
parent
6bb2a59028
commit
eff6d5e5ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292522
@ -6,22 +6,28 @@
|
||||
#
|
||||
|
||||
PORTNAME= Contextual-Return
|
||||
PORTVERSION= 0.2.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 0.004.002
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DCONWAY
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Create context-senstive return values
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \
|
||||
${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Want>=0:${PORTSDIR}/devel/p5-Want
|
||||
RUN_DEPENDS= p5-Want>=0:${PORTSDIR}/devel/p5-Want
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Contextual::Return.3 Contextual::Return::Failure.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Contextual-Return-v0.2.1.tar.gz) = 17a1ed1043a2abe123920894d6023709e834de66ef766be86e4cfbb96b1dd16c
|
||||
SIZE (Contextual-Return-v0.2.1.tar.gz) = 27493
|
||||
SHA256 (Contextual-Return-0.004002.tar.gz) = d2fdb8819d13ba98e4d7fbf7f1cd7ff5b1075b9afe8d87a6bcd589dcefa6d889
|
||||
SIZE (Contextual-Return-0.004002.tar.gz) = 38267
|
||||
|
Loading…
Reference in New Issue
Block a user