2006-07-14 17:26:25 +02:00
|
|
|
# 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
|
2010-09-21 18:08:11 +02:00
|
|
|
PORTREVISION= 1
|
2006-07-14 17:26:25 +02:00
|
|
|
CATEGORIES= devel perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:LINMAR/${PORTNAME:S/-//}/
|
2006-07-14 17:26:25 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
|
|
COMMENT= IO::Toolkit - Perl extension to create logfiles
|
|
|
|
|
2010-09-21 18:08:11 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6
|
|
|
|
RUN_DEPENDS= p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6
|
2006-07-14 17:26:25 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-07-14 17:26:25 +02:00
|
|
|
|
|
|
|
MAN3= IO::Toolkit.3
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
|
|
RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
|
|
|
|
BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|