aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-CDB_File-Generator/Makefile
blob: ff210bfac2fb9158d9a0770a7cb75696a434d98e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Seamus Venasse <svenasse@polaris.ca>

PORTNAME=	CDB_File-Generator
PORTVERSION=	0.030
PORTREVISION=	1
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generate massive sorted CDB files simply

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	cdbmake:databases/cdb \
		p5-CDB_File>=0:databases/p5-CDB_File

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>