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

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

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

USES=		perl5 shebangfix
SHEBANG_FILES=	bun-x.pl
USE_PERL5=	configure

.include <bsd.port.mk>