1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Update to 0.21.

Changes:	http:/search.cpan.org/dist/namespace-clean/Changes
This commit is contained in:
Anton Berezin 2011-09-09 10:24:36 +00:00
parent 32c33a2ee9
commit a467263947
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281498
2 changed files with 8 additions and 14 deletions

View File

@ -6,29 +6,23 @@
#
PORTNAME= namespace-clean
PORTVERSION= 0.20
PORTVERSION= 0.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FLORA
MASTER_SITE_SUBDIR= CPAN:RIBASUSHI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Keep imports and functions out of your namespace
BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.07:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \
p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name
RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.07:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \
p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name \
p5-Package-Stash>=0.22:${PORTSDIR}/devel/p5-Package-Stash
COMMON_DEPENDS= p5-B-Hooks-EndOfScope>=0.07:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
p5-Package-Stash>=0.23:${PORTSDIR}/devel/p5-Package-Stash
BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= namespace::clean.3
post-extract:
@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (namespace-clean-0.20.tar.gz) = 35fc7e4d23e4132717991090aedb4278b3e1a0f2be243e38c996048815435ad5
SIZE (namespace-clean-0.20.tar.gz) = 17257
SHA256 (namespace-clean-0.21.tar.gz) = b16069bc9261f8c9f2bd541f96076e0961fa4424ce299dac0c9c5523a18e5836
SIZE (namespace-clean-0.21.tar.gz) = 11809