1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/p5-IO-All/Makefile
2011-07-21 14:24:19 +00:00

35 lines
683 B
Makefile

# New ports collection makefile for: IO::All
# Date created: 15 July 2004
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= IO-All
PORTVERSION= 0.43
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= IO::All combines all of the best Perl IO modules
RUN_DEPENDS= p5-IO-String>=1.08:${PORTSDIR}/devel/p5-IO-String
PERL_CONFIGURE= yes
MAN3= IO::All.3 \
IO::All::DBM.3 \
IO::All::Dir.3 \
IO::All::File.3 \
IO::All::Filesys.3 \
IO::All::Link.3 \
IO::All::MLDBM.3 \
IO::All::Pipe.3 \
IO::All::STDIO.3 \
IO::All::Socket.3 \
IO::All::String.3 \
IO::All::Temp.3
.include <bsd.port.mk>