aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-Util/Makefile
blob: 54ce490484305a955182acb0834a3e6b81452e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	IO-Util
PORTVERSION=	1.5
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Selection of general-utility IO function
WWW=		https://metacpan.org/release/IO-Util

PORTSCOUT=	skipv:1.48

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>