pkgsrc/devel/p5-Sub-Exporter-Progressive/Makefile
sno a6cdae53c1 Updating package for CPAN distribution Sub-Exporter-Progressive in
devel/p5-Sub-Exporter-Progressive from 0.001006nb2 to 0.001010.

Upstream changes:
0.001010 - 2013-03-26
  - Fix module name in Makefile.PL (RT#83932)
  - Work around Exporter.pm not installable on perl < 5.8.0

0.001009 - 2013-03-12
  - disallow version names in random parts of the import list for consistency
    with Sub::Exporter (Toby Inkster)
  - perl 5.6 support
  - more metadata

0.001008 - 2013-01-22
  - Fix prereqs

0.001007 - 2013-01-21
  - Rewrite -tag to :tag for Exporter.pm
2013-07-03 16:37:38 +00:00

19 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/07/03 16:37:38 sno Exp $
DISTNAME= Sub-Exporter-Progressive-0.001010
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sub-Exporter-Progressive/
COMMENT= Only use Sub::Exporter if you need it
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Sub/Exporter/Progressive/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"