aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Software-License/Makefile
blob: 5cc51994a66f638e51a87ff731b0ade076b9c5a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# New ports collection makefile for:    Software::License
# Date created:             11 May 2010
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Software-License
PORTVERSION=    0.103002
CATEGORIES= misc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Packages that provide templated software licenses

LICENSE_COMB=   dual
LICENSE=    ART20 GPLv1

BUILD_DEPENDS=  p5-Data-Section>=0:${PORTSDIR}/devel/p5-Data-Section \
        p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
        p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template
RUN_DEPENDS=    p5-Data-Section>=0:${PORTSDIR}/devel/p5-Data-Section \
        p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
        p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
        p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat

PERL_CONFIGURE= yes

MAN3=       Software::License.3 \
        Software::License::AGPL_3.3 \
        Software::License::Apache_1_1.3 \
        Software::License::Apache_2_0.3 \
        Software::License::Artistic_1_0.3 \
        Software::License::Artistic_2_0.3 \
        Software::License::BSD.3 \
        Software::License::CC0_1_0.3 \
        Software::License::Custom.3 \
        Software::License::FreeBSD.3 \
        Software::License::GFDL_1_2.3 \
        Software::License::GFDL_1_3.3 \
        Software::License::GPL_1.3 \
        Software::License::GPL_2.3 \
        Software::License::GPL_3.3 \
        Software::License::LGPL_2_1.3 \
        Software::License::LGPL_3_0.3 \
        Software::License::MIT.3 \
        Software::License::Mozilla_1_0.3 \
        Software::License::Mozilla_1_1.3 \
        Software::License::None.3 \
        Software::License::OpenSSL.3 \
        Software::License::Perl_5.3 \
        Software::License::PostgreSQL.3 \
        Software::License::QPL_1_0.3 \
        Software::License::SSLeay.3 \
        Software::License::Sun.3 \
        Software::License::Zlib.3 \
        Software::LicenseUtils.3

.include <bsd.port.mk>