mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
534 B
Makefile
25 lines
534 B
Makefile
# New ports collection makefile for: IO
|
|
# Date created: 27 Dec 2000
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO
|
|
PORTVERSION= 1.2301
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Various IO modules for Perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS= INSTALLDIRS=site POLLUTE=1
|
|
|
|
MAN3= IO.3 IO::Dir.3 IO::File.3 IO::Handle.3 IO::Pipe.3 IO::Poll.3 \
|
|
IO::Seekable.3 IO::Select.3 IO::Socket.3 IO::Socket::INET.3 \
|
|
IO::Socket::UNIX.3
|
|
|
|
.include <bsd.port.mk>
|