freebsd-ports/devel/p5-IO-Toolkit/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
489 B
Makefile

# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
# $FreeBSD$
PORTNAME= IO-Toolkit
PORTVERSION= 1.008
PORTREVISION= 2
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:security/p5-Crypt-RC6
RUN_DEPENDS= p5-Crypt-RC6>=0:security/p5-Crypt-RC6
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>