511c2fa45b
scheduled update of devel/p5-Perl-Critic to 1.108. The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document.
27 lines
861 B
Makefile
27 lines
861 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 10:52:20 sno Exp $
|
|
#
|
|
|
|
DISTNAME= PPIx-Regexp-0.008
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI
|
|
DEPENDS+= p5-Params-Util>=0.25:../../devel/p5-Params-Util
|
|
DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
|
|
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"
|