7e70356c62
pkgsrc changes: - add license definition - switch module type to Module::Build Upstream changes: - Todd Rinaldo takes maintainership changes in 0.11: 0.11 Tue Mar 16 2010 - re-structure module to more modern layout. Convert to M::B - re-factor tests to test::more - pod fixes now we're testing them - clean up authors and generate proper META.yml - Fix 5.10 deprecation of defined %hash. Just use %hash to the same effect.
23 lines
620 B
Makefile
23 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/08/27 06:23:38 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Safe-Hole-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 2
|
|
SVR4_PKGNAME= p5sho
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Safe/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Safe-Hole/
|
|
COMMENT= Exec subs in the original package from within a Safe object
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Safe/Hole/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|