blob: 166ea39d6fb20727abf3f6baa6e5cb79aebaefc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# 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>
|