pkgsrc/devel/p5-aliased/Makefile
wen 4ac85ab826 Update to 0.31
Upstream changes:
0.31  February 18, 2013
      Bumped the number for a production release.

0.30_01 January 3, 2010
      Added prefix() function. [rt#48289]
      Moved Test::More to build_requires [rt#48926]
      Moved author tests to xt/author
2013-11-24 02:17:48 +00:00

18 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/11/24 02:17:48 wen Exp $
DISTNAME= aliased-0.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OV/OVID/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/aliased/
COMMENT= Perl 5 module for use of shorter versions of class names
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/aliased/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"