Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / p5-Software-License / Makefile
1 # $NetBSD: Makefile,v 1.9 2011/08/14 12:26:36 obache Exp $
2 #
3
4 DISTNAME=       Software-License-0.103004
5 PKGNAME=        p5-${DISTNAME:S/103004/103.004/}
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/}
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://search.cpan.org/dist/Software-License/
11 COMMENT=        Perl 5 module which provide templated software licenses
12 LICENSE=        ${PERL5_LICENSE}
13
14 BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
15 DEPENDS+=       p5-Data-Section-[0-9]*:../../devel/p5-Data-Section
16 DEPENDS+=       p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install
17 DEPENDS+=       p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
18
19 PKG_DESTDIR_SUPPORT=    user-destdir
20
21 PERL5_PACKLIST= auto/Software/License/.packlist
22 PERL5_MODULE_TYPE=      Module::Install::Bundled
23
24 .include "../../lang/perl5/module.mk"
25 .include "../../mk/bsd.pkg.mk"