2015-07-12 20:56:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:18 wiz Exp $
|
2008-10-31 00:46:32 +01:00
|
|
|
#
|
|
|
|
|
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 14:40:14 +01:00
|
|
|
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/}
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 1
|
2008-10-31 00:46:32 +01:00
|
|
|
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
|
2009-07-07 23:26:19 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2008-10-31 00:46:32 +01:00
|
|
|
|
2015-07-12 20:56:06 +02:00
|
|
|
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
2009-05-03 09:47:49 +02:00
|
|
|
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
|
2008-10-31 00:46:32 +01:00
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Software/License/.packlist
|
2010-07-14 19:52:04 +02:00
|
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
2008-10-31 00:46:32 +01:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|