Pkgsrc changes: - Adjust dependency on p5-B-Hooks-EndOfScope - Add commented out licensing information: we do not yet handle the disjunctive license of Perl Upstream changes: [0.11] Tue Mar 3 17:34:49 CET 2009 - Added -cleanee option to specify the package to clean (Closes RT#41850). - Added n:c->clean_subroutines($cleanee, @subs). [0.10] Fri Feb 20 14:31:36 CET 2009 - Depend on B::Hooks::EndOfScope 0.07 to avoid segfaults and lost error messages when something goes wrong.
20 lines
612 B
Makefile
20 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/04/19 23:13:45 seb Exp $
|
|
|
|
DISTNAME= namespace-clean-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=namespace/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/namespace-clean/
|
|
COMMENT= Perl module to keep imports and functions out of your namespace
|
|
#LICENSE= artistic OR gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-B-Hooks-EndOfScope>=0.07:../../devel/p5-B-Hooks-EndOfScope
|
|
|
|
PERL5_PACKLIST= auto/namespace/clean/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|