opnsense-ports/devel/p5-IO-Interactive/Makefile
Franco Fichtner 5fbe6ec4d3 */*: sync with upstream
Taken from: FreeBSD
2016-02-02 03:30:37 +01:00

22 lines
399 B
Makefile

# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
PORTNAME= IO-Interactive
PORTVERSION= 1.021
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
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>