freebsd-ports/devel/p5-Getopt-Compact-WithCmd/Makefile
Andrej Zverev 14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00

31 lines
767 B
Makefile

# Created by: Kan Sasaki <sasaki@fcc.ad.jp>
# $FreeBSD$
PORTNAME= Getopt-Compact-WithCmd
PORTVERSION= 0.21
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} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>