mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
fc6838d958
- Add LICENSE Changes: http://search.cpan.org/dist/IO-All/Changes
40 lines
825 B
Makefile
40 lines
825 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.46
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= IO::All combines all of the best Perl IO modules
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-File-ReadBackwards>=0:${PORTSDIR}/devel/p5-File-ReadBackwards \
|
|
p5-IO-String>=1.08:${PORTSDIR}/devel/p5-IO-String
|
|
RUN_DEPENDS:= ${BUILD_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>
|