blob: af1ccf76a1b6806f89aaf3d363995f83a147aa2f (
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
|
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
# $FreeBSD$
PORTNAME= IO-Toolkit
PORTVERSION= 1.008
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LINMAR/${PORTNAME:S/-//}/
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
RUN_DEPENDS= p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6
USES= perl5
USE_PERL5= configure
MAN3= IO::Toolkit.3
NO_STAGE= yes
.include <bsd.port.mk>
|