pkgsrc/devel/p5-namespace-clean/Makefile
wen dc142deab8 Update to 0.27
Upstream changes:
0.27  2016-05-18 02:24 (UTC)
        - Allow packages to be cleaned multiple times
        - Ensure the debugger workarounds are applied only when
          DB::sub is actively used (they are superfluous otherwise)
        - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble
        - Fix incorrect name in META (RT#107813)
2016-07-15 07:43:45 +00:00

24 lines
818 B
Makefile

# $NetBSD: Makefile,v 1.24 2016/07/15 07:43:45 wen Exp $
DISTNAME= namespace-clean-0.27
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= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
DEPENDS+= p5-B-Hooks-EndOfScope>=0.12:../../devel/p5-B-Hooks-EndOfScope
DEPENDS+= p5-Package-Stash>=0.23:../../devel/p5-Package-Stash
DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/namespace/clean/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"