summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Util/Makefile
blob: 3a108d312ae187c745566ae234d58cd014734f8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cheng-Lung Sung <clsung@dragon2.net>

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

PORTSCOUT=	skipv:1.48

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>