diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 21:26:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 21:26:19 +0000 |
commit | b30bdeaeb6ff73cd5e707859c4782a09cd15213a (patch) | |
tree | f005b5684d139687e4d48df9335a775c1db04e4e /devel | |
parent | 7ddd81feb6703a6826f109e594096b868015567d (diff) | |
download | pkgsrc-b30bdeaeb6ff73cd5e707859c4782a09cd15213a.tar.gz |
pkgsrc changes:
- Updating package for p5 module from 0.011 to 0.012
- Adjusting license and work around Module::Install
Upstream changes:
0.012 2009-05-22
added guess_license_from_meta which is both JSON and YAML compatible
(BRICAS)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Software-License/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Software-License/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-Software-License/Makefile b/devel/p5-Software-License/Makefile index 0ada654a886..ee592089b40 100644 --- a/devel/p5-Software-License/Makefile +++ b/devel/p5-Software-License/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/05/21 10:54:05 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/07 21:26:19 sno Exp $ # -DISTNAME= Software-License-0.011 +DISTNAME= Software-License-0.012 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Software-License/ COMMENT= Perl 5 module which provide templated software licenses -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Data-Section-[0-9]*:../../devel/p5-Data-Section DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install @@ -18,6 +18,7 @@ DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Software/License/.packlist +MAKE_PARAMS+= --skipdeps # Can#t use Module::Install as type because ExtraTests.pm .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Software-License/distinfo b/devel/p5-Software-License/distinfo index e82370a34d1..8e2809c4e95 100644 --- a/devel/p5-Software-License/distinfo +++ b/devel/p5-Software-License/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/05/21 10:54:05 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/07/07 21:26:19 sno Exp $ -SHA1 (Software-License-0.011.tar.gz) = 87b5a9c8b9f5956428b17fe31ae82f25387945ec -RMD160 (Software-License-0.011.tar.gz) = a7e208e54ba60007cf3b7428ad4facc7b3a481d7 -Size (Software-License-0.011.tar.gz) = 99971 bytes +SHA1 (Software-License-0.012.tar.gz) = 08f6325d5e43ee9076c31daaf8445ac6383895d6 +RMD160 (Software-License-0.012.tar.gz) = aac4e885841417ae6b410c5003a27b8e98eba6e8 +Size (Software-License-0.012.tar.gz) = 100564 bytes |