1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/p5-IO-All/Makefile
Andrej Zverev 4b3b9a0dc2 Update to 0.41
Changes: http://search.cpan.org/dist/IO-All/Changes

Based on PR: ports/149692
2010-08-18 11:43:50 +00:00

37 lines
778 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.41
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= ${SITE_PERL}/Tie/File.pm:${PORTSDIR}/devel/p5-Tie-File \
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
BUILD_DEPENDS= ${RUN_DEPENDS}
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>