e0ab63f00f
Upstream changes: 0.063 2018-11-08 T. R. Wyant Silence weird-character parse tests and make them no longer author-only. Further deprecate 'parse' argument to new(). You now get a warning on each use.
22 lines
710 B
Makefile
22 lines
710 B
Makefile
# $NetBSD: Makefile,v 1.34 2018/11/25 14:34:09 wen Exp $
|
|
|
|
DISTNAME= PPIx-Regexp-0.063
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PPIx-Regexp/
|
|
COMMENT= Represent a regular expression of some sort
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-PPI>=1.117:../../devel/p5-PPI
|
|
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/PPIx/Regexp/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|