pkgsrc/devel/p5-Sub-Exporter-ForMethods/Makefile
wen e1118bba15 Update to 0.100052
Upstream changes:
0.100052  2015-07-17 19:27:36-04:00 America/New_York
        - add the ability to bless the wrapper into the wrapped sub's class,
          if requested
2015-08-16 12:00:07 +00:00

20 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/08/16 12:00:07 wen Exp $
DISTNAME= Sub-Exporter-ForMethods-0.100052
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sub-Exporter-ForMethods/
COMMENT= Perl 5 helper routines for using Sub::Exporter to build methods
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Exporter>=0.978:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Sub/Exporter/ForMethods/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"