1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/p5-IO-Toolkit/Makefile
Sunpoet Po-Chuan Hsieh d31eb630d7 Fix MASTER_SITE_SUBDIR: remove unnecessary trailing slash
- Add LICENSE
- Fix and update WWW

Approved by:	portmgr (blanket)
2018-06-04 18:03:58 +00:00

25 lines
530 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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
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>