diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-30 21:49:04 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-30 21:49:04 +0000 |
commit | 14c42e311bf0d559f5bf3540554d13be93c03166 (patch) | |
tree | 825e3c0dc8fed1b2715d1a12bf5376e44e561236 /textproc | |
parent | 41a60cb3962e71a4f6ea1e19955a8f53d35d971c (diff) | |
download | pkgsrc-14c42e311bf0d559f5bf3540554d13be93c03166.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/Makefile | 7 |
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" |