aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-Flat/Makefile
blob: 14b0831f720d5ae5e7796b3385e1e1a609ebfb60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	File-Flat
PORTVERSION=	1.07
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Implements a flat filesystem
WWW=		https://metacpan.org/release/File-Flat

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-File-Copy-Recursive>=0.35:devel/p5-File-Copy-Recursive \
		p5-File-Remove>=0.38:devel/p5-File-Remove \
		p5-prefork>=0.02:devel/p5-prefork
TEST_DEPENDS=	p5-Test-ClassAPI>=1.04:devel/p5-Test-ClassAPI

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>