freebsd-ports/devel/p5-Term-UI/Makefile
Aaron Dalton fff8205ecc - Update to 0.14
PR:		ports/106172
Submitted by:	Christopher Boumenot <boumenot@gmail.com>
2006-12-16 04:33:32 +00:00

33 lines
857 B
Makefile

# New ports collection makefile for: p5-Term-UI
# Date created: 31 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Term-UI
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Term::ReadLine UI made easy
BUILD_DEPENDS= ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check \
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
${SITE_PERL}/Log/Message/Simple.pm:${PORTSDIR}/devel/p5-Log-Message-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Term::UI.3 Term::UI::History.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>