mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b159e83079
- Resolving the xbase_lines regression of 1.06.
21 lines
431 B
Makefile
21 lines
431 B
Makefile
# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBD-XBase
|
|
PORTVERSION= 1.07
|
|
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:databases/p5-DBI
|
|
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|