aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Prompt/Makefile
blob: c8e9ccb03e56572fbdbbc8752435912fa71d8d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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}

USES=		perl5
USE_PERL5=	configure

MAN3=	IO::Prompt.3

regression-test: build
	cd ${WRKSRC}/ && ${MAKE} test

.include <bsd.port.mk>