aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-Write-Rotate/Makefile
blob: 5e10575be557b2db8cfdea8df3b29e7a477bddfc (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
25
26
27
28
29
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
WWW=		https://metacpan.org/release/File-Write-Rotate

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>