1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/p5-IO-Prompt/Makefile
Lars Thegler 3f0d926a7b Update to 0.99.7002 (distversion 0.997002)
Feature safe: yes
2012-11-18 19:49:32 +00:00

31 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.7002
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>