summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorheinz <heinz>2007-04-30 21:49:04 +0000
committerheinz <heinz>2007-04-30 21:49:04 +0000
commitd96b5556b6bf33e079499f9f614ef8adba526c4a (patch)
tree825e3c0dc8fed1b2715d1a12bf5376e44e561236 /textproc
parentc18cae47b10ae5c37ad1ab40f24130fe6814bdd0 (diff)
downloadpkgsrc-d96b5556b6bf33e079499f9f614ef8adba526c4a.tar.gz
As a pure Perl module the package does not need a C compiler.
Perl module file does not need to be executable.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-NamespaceSupport/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/p5-XML-NamespaceSupport/Makefile b/textproc/p5-XML-NamespaceSupport/Makefile
index 51263bc1690..8d9602908bb 100644
--- a/textproc/p5-XML-NamespaceSupport/Makefile
+++ b/textproc/p5-XML-NamespaceSupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/04/30 21:49:04 heinz Exp $
DISTNAME= XML-NamespaceSupport-1.09
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,12 @@ COMMENT= Perl module to the SAX2 NamespaceSupport class
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= # empty
+
PERL5_PACKLIST= auto/XML/NamespaceSupport/.packlist
+post-extract:
+ ${CHMOD} a-x ${WRKSRC}/NamespaceSupport.pm
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"