pkgsrc/devel/p5-autobox-Core/Makefile
seb 24d2de8daa Update p5-autobox-Core from version 1.0 to version 1.2.
Pkgsrc changes:
- Adjust MASTER_SITES

Upstream changes:
Version 1.2 merges in brunov's flip, center, last_index, slice,
range, documentation, and various bug fixes.

Version 1.1 actually adds the tests to the MANIFEST so they get
bundled. Thanks to http://github.com/daxim daxim/Lars DIECKOW for
clearing out the RT queue (which I didn't know existed), merging
in the fixes and features that still applied, which were several.
2010-04-23 04:04:51 +00:00

22 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/04/23 04:04:51 seb Exp $
#
DISTNAME= autobox-Core-1.2
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-Core/
COMMENT= Perl 5 module adding core built-in functions in primitive types
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/autobox/Core/.packlist
DEPENDS+= p5-autobox>=0.11:../../devel/p5-autobox
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"