mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f466b8bf64
Hat: portmgr
25 lines
497 B
Makefile
25 lines
497 B
Makefile
# 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}
|
|
|
|
PERL_CONFIGURE= YES
|
|
MAN3= IO::Interactive.3
|
|
|
|
.include <bsd.port.mk>
|