mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
- Update to 0.10
- Add LICENSE (Artistic 1 & GPL 1) - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/B-Hooks-EndOfScope/Changes
This commit is contained in:
parent
af63fc4372
commit
5233ac598d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291589
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= B-Hooks-EndOfScope
|
||||
PORTVERSION= 0.09
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,12 +14,21 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Execute code after a scope finished compilation
|
||||
|
||||
RUN_DEPENDS= p5-Variable-Magic>=0.31:${PORTSDIR}/devel/p5-Variable-Magic \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Variable-Magic>=0.34:${PORTSDIR}/devel/p5-Variable-Magic \
|
||||
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= B::Hooks::EndOfScope.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.89:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (B-Hooks-EndOfScope-0.09.tar.gz) = 6b1d5683a75ac35d8414e3e84edda60e6b686fd46892f4c596d00f25304aa994
|
||||
SIZE (B-Hooks-EndOfScope-0.09.tar.gz) = 10841
|
||||
SHA256 (B-Hooks-EndOfScope-0.10.tar.gz) = f0a8f4ca3481fa0fbff5dc07571b10f6a351523691bf3bcffa929360770cf2ae
|
||||
SIZE (B-Hooks-EndOfScope-0.10.tar.gz) = 11597
|
||||
|
Loading…
x
Reference in New Issue
Block a user