pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Module-Signature Removing incorrect depend...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dee93ddf25be
branches: trunk
changeset: 397333:dee93ddf25be
user: sno <sno%pkgsrc.org@localhost>
date: Mon Aug 10 06:40:38 2009 +0000
description:
Removing incorrect dependency to PAR::Dist and add license information
according to META.yml (to remove cyclic depend).
diffstat:
security/p5-Module-Signature/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r b8df7c80da29 -r dee93ddf25be security/p5-Module-Signature/Makefile
--- a/security/p5-Module-Signature/Makefile Mon Aug 10 06:22:20 2009 +0000
+++ b/security/p5-Module-Signature/Makefile Mon Aug 10 06:40:38 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 19:18:46 he Exp $
+# $NetBSD: Makefile,v 1.14 2009/08/10 06:40:38 sno Exp $
#
DISTNAME= Module-Signature-0.55
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5ms
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -11,18 +11,21 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Module-Signature/
COMMENT= Perl5 module adding cryptographic authentications to CPAN distributions
+LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= gnupg-[0-9]*:../../security/gnupg
DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
-DEPENDS+= p5-PAR-Dist-[0-9]*:../../devel/p5-PAR-Dist
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Signature/.packlist
INSTALLATION_DIRS+= share/Module-Signature
+#PERL5_MODULE_TYPE= Module::Install
+MAKE_PARAMS+= --skipdeps
+
# this package has patch files so the signature check test fails
post-extract:
${MV} ${WRKSRC}/t/0-signature.t ${WRKSRC}/t/0-signature.t.SKIP
Home |
Main Index |
Thread Index |
Old Index