pkgsrc/devel/p5-Software-License/Makefile
wen 3de181e60b Update to 0.103012
Upstream changes:
0.103012  2016-04-23 14:57:59+01:00 Europe/London
        - consider license names without parentheses when scanning text for
          license (thanks, charsbar!)
        - when scanning text for license, put known substrings inside \b..\b
          (thanks, charsbar!)

0.103011  2016-01-16 21:27:53-05:00 America/New_York
        - do not load Sub::Install, since it isn't used!
        - eliminate superfluous FULL STOP characters (".")
2016-08-10 23:58:43 +00:00

27 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.20 2016/08/10 23:58:43 wen Exp $
#
DISTNAME= Software-License-0.103012
# 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
# for make test
BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
PERL5_PACKLIST= auto/Software/License/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"