1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/databases/p5-DBD-XBase/Makefile
2013-11-03 06:53:54 +00:00

20 lines
442 B
Makefile

# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
# $FreeBSD$
PORTNAME= DBD-XBase
PORTVERSION= 1.05
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to XBase (dBase, Fox*) database files through DBI
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>