pkgsrc/devel/p5-Parse-RecDescent/Makefile
sno cbffd2451e Updating devel/p5-Parse-RecDescent from 1.96.2.2 to 1.96.3
Upstream changes (1.962.2 -> 1.963):
1.963  Thu Jan 21 09:13:19 2010
    - Fixed even subtler bug in leftop and rightop caused by removal of $&
      (Thanks Francesco)
2010-01-25 13:37:33 +00:00

25 lines
700 B
Makefile

# $NetBSD: Makefile,v 1.22 2010/01/25 13:37:33 sno Exp $
#
DISTNAME= Parse-RecDescent-1.963
PKGNAME= p5-${DISTNAME:S/963/96.3/}
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"