aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Interactive/Makefile
blob: 5c19ee091d8a16a7998c348bd4ec894e66e4762d (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
# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$

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

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

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		IO::Interactive.3

PORTSCOUT=	skipv:0.01

.include <bsd.port.mk>