pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-NamespaceSupport As a pure Perl module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbdcbab06abc
branches:  trunk
changeset: 528377:bbdcbab06abc
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Apr 30 21:49:04 2007 +0000

description:
As a pure Perl module the package does not need a C compiler.

Perl module file does not need to be executable.

diffstat:

 textproc/p5-XML-NamespaceSupport/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r cd13c5c74791 -r bbdcbab06abc textproc/p5-XML-NamespaceSupport/Makefile
--- a/textproc/p5-XML-NamespaceSupport/Makefile Mon Apr 30 21:39:11 2007 +0000
+++ b/textproc/p5-XML-NamespaceSupport/Makefile Mon Apr 30 21:49:04 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index