- Update to 0.24
- Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/namespace-clean/Changes Feature safe: yes
This commit is contained in:
parent
f7a0ecab3c
commit
ab3f55138b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308348
3 changed files with 8 additions and 12 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: devel/p5-namespace-clean
|
||||
# Date created: 23 Jul 2008
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= namespace-clean
|
||||
PORTVERSION= 0.23
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Keep imports and functions out of your namespace
|
||||
|
||||
BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.10:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.12:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
|
||||
p5-Package-Stash>=0.23:${PORTSDIR}/devel/p5-Package-Stash \
|
||||
p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \
|
||||
p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (namespace-clean-0.23.tar.gz) = 05eadace4d4e878f66793685afdaf82bd9952e10c07cb8e529434fb1cb52dcfa
|
||||
SIZE (namespace-clean-0.23.tar.gz) = 13344
|
||||
SHA256 (namespace-clean-0.24.tar.gz) = a661d4484e7de411bc96819aec28805836cfa6a5e276bb3cd346f8e108911230
|
||||
SIZE (namespace-clean-0.24.tar.gz) = 12659
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
%%SITE_PERL%%/namespace/clean.pm
|
||||
%%SITE_PERL%%/namespace/clean/_PP_OSE.pm
|
||||
%%SITE_PERL%%/namespace/clean/_PP_OSE_5_8.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/namespace/clean/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/namespace/clean
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/namespace
|
||||
@dirrm %%SITE_PERL%%/namespace/clean
|
||||
@dirrmtry %%SITE_PERL%%/namespace
|
||||
|
|
Loading…
Reference in a new issue