blob: 1d2a29e29fbf40b1518d53482af9c57102c6c96e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= IO-Util
PORTVERSION= 1.5
PORTREVISION= 1
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>
|