aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-CDB_File/Makefile
blob: 94403814f7ca3a552590bf041da8e88c1a016079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$

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

MAINTAINER=	nistor@snickers.org
COMMENT=	Perl5 interface to the CDB package

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>