2009-12-13 01:29:44 +01:00
|
|
|
# New ports collection makefile for: IO-Interactive
|
|
|
|
# Date created: 12 December 2009
|
|
|
|
# Whom: Andrey Kostenko <andrey@kostenko.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IO-Interactive
|
2010-03-12 13:17:51 +01:00
|
|
|
PORTVERSION= 0.0.6
|
|
|
|
PORTEPOCH= 1
|
2009-12-13 01:29:44 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= andrey@kostenko.name
|
|
|
|
COMMENT= Utilities for interactive I/O
|
|
|
|
|
2010-01-29 00:45:30 +01:00
|
|
|
BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
|
2009-12-13 01:29:44 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= IO::Interactive.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|