1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/databases/p5-DBD-XBase/Makefile
Kurt Jaeger b159e83079 databases/p5-DBD-XBase: 1.06 -> 1.07
- Resolving the xbase_lines regression of 1.06.
2016-05-04 18:48:48 +00:00

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>