4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
22 lines
371 B
Makefile
22 lines
371 B
Makefile
# 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
|
|
|
|
MAN3= IO::Util.3
|
|
|
|
.include <bsd.port.mk>
|