pkgsrc/devel/p5-Regexp-Assemble/Makefile
mef 8bdb373822 Update to 0.36
--------------
0.36 2015-08-16T11:34:00
	- Ron Savage is now co-maint.
	- Move eg/ to examples/.
	- Many thanx to the various parties who logged issues on RT. Some have been fixed, see below.
	- Add examples/failure.01.pl, downloaded, and noted in docs, from
		https://rt.cpan.org/Public/Bug/Display.html?id=104897
	- Move pod tests into xt/author/pod.t by cutting them out of t/00_basic.t.
		See https://rt.cpan.org/Public/Bug/Display.html?id=85686
		and https://rt.cpan.org/Public/Bug/Display.html?id=85209
	- Add repository https://github.com/ronsavage/Regexp-Assemble.git.
		Note: github does not list Perl as one of the licence options, so the auto-generated
		LICENSE (sic) file is not included in the distro.
		See https://rt.cpan.org/Public/Bug/Display.html?id=103856.
	- Fix some spelling errors in the pod.
		See https://rt.cpan.org/Public/Bug/Display.html?id=84336
	- Move ./Assemble.pm into lib/Regexp/.
	- Move the contents of the TODO file into the docs, and delete that file.
	- Rearrange pod, but not be running this module over it :-). Actually, put pod at end of file.
	- Update Makefile.PL.
	- Add Changelog.ini.
	- Update MANIFEST.SKIP.
2015-09-06 06:33:24 +00:00

18 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/09/06 06:33:24 mef Exp $
#
DISTNAME= Regexp-Assemble-0.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Regexp-Assemble/
COMMENT= Perl 5 module to assemble multiple regular expressions
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Regexp/Assemble/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"