15ee64e5ea
pkgsrc changes: - adjust dependencies Upstream changes: 0.011 T. R. Wyant 16-Sep-2010 No changes from 0.010_01. 0.010_01 T. R. Wyant 11-Sep-2010 Remove dependencies on Params::Util and Readonly. The latter involved changing the symbols exported from PPIx::Regexp::Constant, but these were documented as private, so ... Parse POSIX character classes [=a=] and [.a.] as PPIx::Regexp::Token::CharClass::POSIX::Unknown, which counts as a parse failure since these are not supported by Perl. Make the PPI::Document created by PPIx::Regexp::Token::Code->ppi() be read only. This means we need PPI 1.116. Cache the document, and ensure the cached result is returned on subsequent calls.
27 lines
815 B
Makefile
27 lines
815 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/09/17 06:09:10 sno Exp $
|
|
#
|
|
|
|
DISTNAME= PPIx-Regexp-0.011
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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>=1.117:../../devel/p5-PPI
|
|
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"
|