aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-dbf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-dbf/Makefile')
-rw-r--r--databases/rubygem-dbf/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/rubygem-dbf/Makefile b/databases/rubygem-dbf/Makefile
index 80051cfabc10..50700dc3c127 100644
--- a/databases/rubygem-dbf/Makefile
+++ b/databases/rubygem-dbf/Makefile
@@ -1,21 +1,23 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
PORTNAME= dbf
-PORTVERSION= 4.1.3
+PORTVERSION= 4.3.2
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
-USE_RUBY= yes
+
+RUN_DEPENDS= rubygem-csv>=0:devel/rubygem-csv
NO_ARCH= yes
PLIST_FILES= bin/dbf
+CONFLICTS_INSTALL= dbf # bin/dbf
+
.include <bsd.port.mk>