aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Flat/Makefile
blob: 464b6a043820fbf8f5456721fada2acb33575cab (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
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	File-Flat
PORTVERSION=	1.07
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Implements a flat filesystem

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>