adda0e7049
- Updating module to 1.96.0 - adapting patch-aa Upstream changes: 1.96.0 Fri Oct 3 06:08:24 2008 - Propagated correct Changes file (thanks Matthew!) - Added: <warn> <hint> <trace_build> <trace_parse> <nocheck> Oked by rhaen@
24 lines
663 B
Makefile
24 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.19 2009/03/10 17:43:19 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Parse-RecDescent-1.96.0
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
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"
|