freebsd-ports/devel/p5-IO-Util/Makefile
Cheng-Lung Sung eb498fc3fc - update to 1.43
- required perl 5.6.1 at least.
2005-03-04 02:45:45 +00:00

28 lines
594 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.43
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A selection of general-utility IO function
PERL_CONFIGURE= yes
MAN3= IO::Util.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>