summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Interactive/Makefile
blob: a6d63b181f7cabedfc336a638f5658024ddda693 (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
# New ports collection makefile for:  IO-Interactive
# Date created: 12 December 2009
# Whom:		Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#

PORTNAME=	IO-Interactive
PORTVERSION=	0.0.6
PORTEPOCH=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Utilities for interactive I/O

BUILD_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS=	${BUILD_DEPENDS}

PORTSCOUT=	skipv:0.01

PERL_CONFIGURE=	YES
MAN3=	IO::Interactive.3

.include <bsd.port.mk>