72e44ba989
0.007 2014-03-13 09:33:16CET+0100 Europe/Amsterdam Rewrote much of the documentation [Ricardo Signes, Karen Etheridge] 0.006 2014-01-17 00:14:29CET+0100 Europe/Amsterdam Hard require 5.010 Support attaching additional features Add autoderef to grandfathered list for 5.14-5.18
19 lines
596 B
Makefile
19 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/05/31 02:16:18 obache Exp $
|
|
|
|
DISTNAME= experimental-0.007
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/experimental/
|
|
COMMENT= Replace functions with ones that succeed or die with lexical scope
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/experimental/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|