Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-IO-Prompt / Makefile
1 # Created by: Lars Thegler <lth@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       IO-Prompt
5 PORTVERSION=    0.99.7002
6 PORTREVISION=   2
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-${PORTVERSION:C/(\..+)\./\1/}
11
12 MAINTAINER=     lth@FreeBSD.org
13 COMMENT=        Interactively prompt for user input
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS=  p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
19                 p5-Want>0:${PORTSDIR}/devel/p5-Want
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21
22 USES=           perl5
23 USE_PERL5=      configure
24
25 .include <bsd.port.mk>