98ea2159ba
* POD spelling fixes Changes 2.74: * portability fix for perl >= 5.14 Changes 2.73: * Makefile.PL fix Changes 2.72: * fix conflict with use re 'taint'
20 lines
546 B
Makefile
20 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/08/07 08:14:48 adam Exp $
|
|
|
|
DISTNAME= autobox-2.75
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/autobox/
|
|
COMMENT= Perl 5 module to add methods on native types
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/autobox/.packlist
|
|
|
|
DEPENDS+= p5-Scope-Guard>=0.20:../../devel/p5-Scope-Guard
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|