freebsd-ports/devel/p5-Getopt-Compact-WithCmd/Makefile
Frederic Culot 0d2f1142d1 - Update to 0.20
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Getopt-Compact-WithCmd/Changes
Feature safe:	yes
2012-03-28 13:02:14 +00:00

41 lines
1 KiB
Makefile

# New ports collection makefile for: p5-Getopt-Compact-WithCmd
# Date created: 27 Feb 2012
# Whom: Kan Sasaki <sasaki@fcc.ad.jp>
#
# $FreeBSD$
#
PORTNAME= Getopt-Compact-WithCmd
PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Sub-command friendly, like Getopt::Compact
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
RUN_DEPENDS= p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
PERL_CONFIGURE= yes
MAN3= Getopt::Compact::WithCmd.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Getopt-Long>=2.38:${PORTSDIR}/devel/p5-Getopt-Long
RUN_DEPENDS+= p5-Getopt-Long>=2.38:${PORTSDIR}/devel/p5-Getopt-Long
.endif
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>