mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
26 lines
450 B
Makefile
26 lines
450 B
Makefile
# New ports collection makefile for: IO-Util
|
|
# Date created: Mon Jul 19 23:18:01 CST 2004
|
|
# Whom: 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= A selection of general-utility IO function
|
|
|
|
PORTSCOUT= skipv:1.48
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IO::Util.3
|
|
|
|
.include <bsd.port.mk>
|