6ead73b6bf
1.002002 2020-04-24 [ Bug Fixes ] - Bug in handling regexps in import lists; Exporter::Tiny allowed regexps like /foo/i but not /foo/. Having trailing flags is now optional! Tomohiro Hosaka++ <https://github.com/tobyink/p5-exporter-tiny/issues/6> - Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was set. This is because bareword `-default` was being interpreted as the Perl `default` keyword. zhumengu++ <https://github.com/tobyink/p5-exporter-tiny/issues/5>
17 lines
553 B
Makefile
17 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/04/26 13:54:14 mef Exp $
|
|
|
|
DISTNAME= Exporter-Tiny-1.002002
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Exporter-Tiny
|
|
COMMENT= Exporter with the features of Sub::Exporter but only core dependencies
|
|
LICENSE= gnu-gpl-v1 OR artistic
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Exporter/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|