version 0.8200 (upstream version 0.82). Upstream changes: Major Changes in 0.82 - 2010-04-13 ===================================== Still more changes to sync with Perl 5.12.0-as-released. Rewritten POD thanks to many hands, but mostly David Golden. Vastly improved Regex definitions from Zephram. Major Changes in 0.81 - 2010-02-01 ===================================== Merge in changes from bleadperl that will be part of Perl 5.12.0. Completely rewrite pure Perl code to operate exactly like the XS code, through the creation of a character-array class called charstar. Now the pure Perl code and XS code can be more easily be synchronized.
26 lines
720 B
Makefile
26 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.16 2010/05/30 19:57:13 seb Exp $
|
|
#
|
|
|
|
DISTNAME= version-0.82
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/dist/version/
|
|
COMMENT= Perl extension for Version Objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
# would require Module::Build >= 0.3305 - but this will result in circular dependency
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
REPLACE_PERL+= lib/version.pm
|
|
REPLACE_PERL+= vutil/lib/version/vxs.pm
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/version/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|