mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-IO-Toolkit 1.008, IO::Toolkit - Perl extension to create
logfiles. PR: ports/100132 Submitted by: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
This commit is contained in:
parent
9ecad3676f
commit
af196b5e40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167793
@ -1068,6 +1068,7 @@
|
||||
SUBDIR += p5-IO-String
|
||||
SUBDIR += p5-IO-Stty
|
||||
SUBDIR += p5-IO-Tee
|
||||
SUBDIR += p5-IO-Toolkit
|
||||
SUBDIR += p5-IO-Tty
|
||||
SUBDIR += p5-IO-Util
|
||||
SUBDIR += p5-IO-stringy
|
||||
|
32
devel/p5-IO-Toolkit/Makefile
Normal file
32
devel/p5-IO-Toolkit/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: p5-IO-Toolkit
|
||||
# Date created: 2006-07-12
|
||||
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-Toolkit
|
||||
PORTVERSION= 1.008
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ychsiao@ychsiao.org
|
||||
COMMENT= IO::Toolkit - Perl extension to create logfiles
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6 \
|
||||
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IO::Toolkit.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-IO-Toolkit/distinfo
Normal file
3
devel/p5-IO-Toolkit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IO-Toolkit-1.008.tar.gz) = 619f29818f561492c2b773fdc63b11de
|
||||
SHA256 (IO-Toolkit-1.008.tar.gz) = dbe20790edc7347580d19a7c95b59f61530debac823356b81ac5c0e59addd466
|
||||
SIZE (IO-Toolkit-1.008.tar.gz) = 9017
|
3
devel/p5-IO-Toolkit/pkg-descr
Normal file
3
devel/p5-IO-Toolkit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
IO::Toolkit - Perl extension to create logfiles
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Toolkit
|
5
devel/p5-IO-Toolkit/pkg-plist
Normal file
5
devel/p5-IO-Toolkit/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/IO/Toolkit.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Toolkit/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Toolkit
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
Loading…
Reference in New Issue
Block a user