2012-12-13 10:17:39 +01:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2010-05-11 08:43:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Software-License
|
2012-12-13 10:17:39 +01:00
|
|
|
PORTVERSION= 0.103005
|
2010-05-11 08:43:46 +02:00
|
|
|
CATEGORIES= misc perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-04-04 08:09:20 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
2010-05-11 08:43:46 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-07 20:35:25 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-05-11 08:43:46 +02:00
|
|
|
COMMENT= Packages that provide templated software licenses
|
|
|
|
|
2011-11-05 17:16:05 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2010-05-11 08:43:46 +02:00
|
|
|
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
|
2010-08-23 05:58:22 +02:00
|
|
|
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
|
2010-05-11 08:43:46 +02:00
|
|
|
|
|
|
|
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 \
|
2011-04-04 08:09:20 +02:00
|
|
|
Software::License::Custom.3 \
|
2010-05-11 08:43:46 +02:00
|
|
|
Software::License::FreeBSD.3 \
|
|
|
|
Software::License::GFDL_1_2.3 \
|
2011-06-05 03:45:18 +02:00
|
|
|
Software::License::GFDL_1_3.3 \
|
2010-05-11 08:43:46 +02:00
|
|
|
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 \
|
2012-12-13 10:17:39 +01:00
|
|
|
Software::License::Mozilla_2_0.3 \
|
2010-05-11 08:43:46 +02:00
|
|
|
Software::License::None.3 \
|
|
|
|
Software::License::OpenSSL.3 \
|
|
|
|
Software::License::Perl_5.3 \
|
2010-10-24 20:58:26 +02:00
|
|
|
Software::License::PostgreSQL.3 \
|
2010-05-11 08:43:46 +02:00
|
|
|
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>
|