freebsd-ports/devel/p5-IO-Prompt/Makefile
Lars Thegler aeca243c85 Update to 0.99.7001 (distversion 0.997001)
Feature safe: yes
2011-11-21 19:46:13 +00:00

30 lines
689 B
Makefile

# New ports collection makefile for: devel/p5-IO-Prompt
# Date created: 13 September 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IO-Prompt
PORTVERSION= 0.99.7001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/(\..+)\./\1/}
MAINTAINER= lth@FreeBSD.org
COMMENT= Interactively prompt for user input
BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version \
p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-Want>0:${PORTSDIR}/devel/p5-Want
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IO::Prompt.3
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.mk>