mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
24 lines
427 B
Makefile
24 lines
427 B
Makefile
PORTNAME= dbf
|
|
PORTVERSION= 5.0.1
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-csv>=0:devel/rubygem-csv
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/dbf
|
|
|
|
CONFLICTS_INSTALL= dbf # bin/dbf
|
|
|
|
.include <bsd.port.mk>
|