mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
2a919d7bf2
- Pet portlint Changes: http://search.cpan.org/dist/Software-License/Changes
62 lines
1.8 KiB
Makefile
62 lines
1.8 KiB
Makefile
# 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.103004
|
|
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= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
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>
|