ca34726558
version 1.965001). Pkgsrc changes: - adopt a new module to pkgsrc versioning scheme, along the line of "Equivalence between Decimal and Dotted‐Decimal Versions" in Perl module 'version' documentation Upstream changes: 1.964001 Tue Feb 23 15:15:18 2010 - Updated version number because versioning is a neverending nightmare in Perl 5 (thanks Matt) 1.965001 Sun Apr 4 15:00:10 2010 - Removed all references to /opts version of perl interpreter - Added Parse::RecDescent::redirect_reporting_to() to enable ERROR, TRACE, and TRACECONTEXT filehandles to be easily redirected.
25 lines
707 B
Makefile
25 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.24 2010/07/14 16:15:03 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Parse-RecDescent-1.965001
|
|
PKGNAME= p5-${DISTNAME:S/965001/965.1/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Parse-RecDescent/
|
|
COMMENT= Perl5 module to generate recursive-descent parsers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Parse/RecDescent/.packlist
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|