21 lines
370 B
Makefile
21 lines
370 B
Makefile
PORTNAME= dbf
|
|
PORTVERSION= 4.2.4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for reading dBase, xBase, Clipper and FoxPro database files
|
|
WWW= https://github.com/infused/dbf
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
CONFLICTS_INSTALL= dbf
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/dbf
|
|
|
|
.include <bsd.port.mk>
|