pkgsrc/devel/p5-Software-License/Makefile
mef d458b22f71 Update 0.103004 to 0.103010
---------------------------
0.103010  2014-03-29 22:13:19-04:00 America/New_York
        - fix guess_license_from_pod's return on GPL licenses
          (thanks, Syohei YOSHIDA!)

0.103009  2014-02-20 22:19:45-05:00 America/New_York
        - Updated FSF mailing address in license text for GFDL versions 1.2,
          GPL versions 1 & 2, and LGPL 2.1

0.103008  2013-11-16 22:37:14 America/New_York
        - faster!  thanks, charsbar!
        - add new_from_short_name to LicenseUtils for spdx.org-style
          short names; thanks, Dominique Dumont!
        - avoid double trailing dots in expanded licenses; thanks, Dave Rolsky!
        - fix some errors in (3-clause) BSD license text
        - the 2-clause BSD ("FreeBSD") license no longer incorrectly puts
          "FreeBSD" as the owner in the license full text

0.103007  2013-10-26 19:57:05 America/New_York
          fix regex to allow guessing from meta things like perl_5 (thanks,
          Kevin Dawson!)

          replace 'use base' with 'use parent'

0.103006  2013-10-20 14:17:53 America/New_York
          try harder to identify licenses from all installed License classes;
          this is an @INC-scanning change, so be vigilant; thanks, David
          Golden!

0.103005  2012-12-08 16:15:30 America/New_York
          add MPL 2.0 (thanks, Bernhard Amann)
2015-02-16 13:40:14 +00:00

24 lines
948 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/02/16 13:40:14 mef Exp $
#
DISTNAME= Software-License-0.103010
# put a period in the center of 6 digit, for example, 0.103004 -> 0.103.004
PKGNAME= p5-${DISTNAME:C/\.([0-9][0-9][0-9])([0-9][0-9][0-9])/.\1.\2/}
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
PERL5_PACKLIST= auto/Software/License/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"