1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/p5-IO-All/Makefile
Cheng-Lung Sung 44da8b40cf - Update to 0.36
PR:		ports/104517
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
2006-11-05 14:09:02 +00:00

43 lines
934 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.36
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
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
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.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>