freebsd-ports/devel/p5-IO/Makefile
Anton Berezin 8cf1555e38 USE_PERL5 + do-configure: ==> PERL_CONFIGURE.
Fix this port for -current.

Submitted by:	bento logs
2001-08-15 17:40:51 +00:00

26 lines
567 B
Makefile

# New ports collection makefile for: IO
# Date created: 27 Dec 2000
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= IO
PORTVERSION= 1.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= POLLUTE=1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= IO::Pipe.3 IO::Dir.3 IO::Select.3 IO::File.3 IO.3 IO::Poll.3\
IO::Socket::INET.3 IO::Socket.3 IO::Handle.3 \
IO::Socket::UNIX.3 IO::Seekable.3
.include <bsd.port.mk>