pkgsrc/devel/p5-Software-License/Makefile
seb 4892d55813 Update p5-Software-License from version 0.012 to version 0.101.620
(upstream version 0.101620).

Pkgsrc changes:
- adjust dependencies
- Set PERL5_MODULE_TYPE to Module::Install::Bundled instead of
adding '--skipdeps' to MAKE_PARAMS

Upstream changes:
0.101620  2010-06-11 19:14:03 America/New_York
          LGPL_3_0 now includes GPL_3 in its fulltext (RT #47135)

0.101600  2010-06-09 07:50:11 America/New_York
          "None" should be "restrictive" on 1.4, not "restricted"

0.101410  2010-05-21 07:41:57 America/New_York
          Artistic licenses' meta2_name should not have a trailing _0

0.101370  2010-05-17 19:07:27 America/New_York
          add the meta2_name method for META.json files in schema v2

0.016     2010-05-01
          added the None and CC0_1_0 licenses for the far ends of the spectrum
          (thanks to Brian Phillips for None)

0.015     2010-03-26
          up the Test::More prereq

0.014     2010-03-23
          add meta_name to almost all remaining licenses, and add a test

0.013     2010-03-18
          add meta_name to Artistic 2 (thanks, Bernardo Rechea)
2010-07-14 17:52:04 +00:00

25 lines
874 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/07/14 17:52:04 seb Exp $
#
DISTNAME= Software-License-0.101620
PKGNAME= p5-Software-License-0.101.620
CATEGORIES= devel perl5
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= ${PERL5_LICENSE}
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
DEPENDS+= p5-Data-Section-[0-9]*:../../devel/p5-Data-Section
DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install
DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Software/License/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"