summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz>2008-02-07 21:28:29 +0000
committerheinz <heinz>2008-02-07 21:28:29 +0000
commit8e318dfe3c9619940337b47b812b40c38830363f (patch)
tree3efe23bbb03ab1f2f943dc9cd2be8cbda95f7d8f /devel
parent4fa689cdbb82fd025a4c8ed94a7fcdb8b1e4dcec (diff)
downloadpkgsrc-8e318dfe3c9619940337b47b812b40c38830363f.tar.gz
The package supports installation to DESTDIR.
A compiler is not necessary.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Parse-RecDescent/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Parse-RecDescent/Makefile b/devel/p5-Parse-RecDescent/Makefile
index c0f19bb897a..0066f80f7e0 100644
--- a/devel/p5-Parse-RecDescent/Makefile
+++ b/devel/p5-Parse-RecDescent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/09/10 06:47:21 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/02/07 21:28:29 heinz Exp $
#
DISTNAME= Parse-RecDescent-1.94
@@ -11,11 +11,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Parse-RecDescent/
COMMENT= Perl5 module to generate recursive-descent parsers
-DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
-
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_PACKLIST= auto/Parse/RecDescent/.packlist
+DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Parse/RecDescent/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"