diff options
author | sno <sno@pkgsrc.org> | 2009-08-10 06:40:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-10 06:40:38 +0000 |
commit | d4ee94495133f8c938bc20106141645f8fe1bee1 (patch) | |
tree | ebf315be6fe0b0074d920f32de355a3d06c76a74 /security/p5-Module-Signature | |
parent | c87b83300d6ea045ae09b1965e92f03e80d58a17 (diff) | |
download | pkgsrc-d4ee94495133f8c938bc20106141645f8fe1bee1.tar.gz |
Removing incorrect dependency to PAR::Dist and add license information
according to META.yml (to remove cyclic depend).
Diffstat (limited to 'security/p5-Module-Signature')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 2658f463884..76b8cc1ed4e 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org 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 |