178f3a8c28
0.9924 - 2018-04-19 * Revise CPAN metadata to advertise correct repo Patch from Ed <ej_zg@hotmail.com> 0.9923 - 2018-04-15 * Add back spaces for picky C++ compilers Patch from Karl Williamson <khw@cpan.org> 0.9922 - 2018-04-12 * Switch master repo to github 0.9921 - 2018-04-11 * Silence overly compulsive GCC 7 warning https://rt.cpan.org/Ticket/Display.html?id=123477 * Improve docs regarding trailing zeros https://rt.cpan.org/Ticket/Display.html?id=122858 0.9920 - 2018-04-08 * Backwards compatible locale handling https://rt.cpan.org/Ticket/Display.html?id=125042 0.9919 - 2018-04-08 * Core improvements to locale handling https://rt.cpan.org/Ticket/Display.html?id=124563
21 lines
552 B
Makefile
21 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.40 2018/05/02 12:23:32 wiz Exp $
|
|
|
|
DISTNAME= version-0.9924
|
|
PKGNAME= p5-${DISTNAME}
|
|
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}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/version/.packlist
|
|
PERL5_MODULE_TYPE= MakeMaker
|
|
|
|
REPLACE_PERL+= lib/version.pm
|
|
REPLACE_PERL+= vutil/lib/version/vxs.pm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|