pkgsrc/textproc/p5-Regexp-Common/Makefile
wiz c29e90a1a6 Updated p5-Regexp-Common to 2017060201.
Version 2017060201 Fri Jun  2 23:48:32 CEST 2017
+ Prepare for 5.26: don't rely on '.' being present in @INC when testing.
2017-06-14 13:34:18 +00:00

17 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.30 2017/06/14 13:34:18 wiz Exp $
DISTNAME= Regexp-Common-2017060201
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Regexp-Common/
COMMENT= Provide commonly requested regular expressions
LICENSE= mit OR modified-bsd OR artistic OR artistic-2.0
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Regexp/Common/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"