freebsd-ports/devel/p5-File-Write-Rotate/Makefile
2021-04-06 16:31:07 +02:00

30 lines
794 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= File-Write-Rotate
PORTVERSION= 0.321
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Write to files that archive/rotate themselves
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-Flock-Retry>=0.631:devel/p5-File-Flock-Retry \
p5-Proc-PID-File>=0:devel/p5-Proc-PID-File
TEST_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper \
p5-File-chdir>=0:devel/p5-File-chdir \
p5-Taint-Runtime>=0:devel/p5-Taint-Runtime \
p5-Test-Exception>=0.31:devel/p5-Test-Exception \
p5-Test-Warnings>=0.014:devel/p5-Test-Warnings
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>