opnsense-ports/databases/rubygem-dbf/Makefile
Franco Fichtner ee21c0da7e */*: sync with upstream
Taken from: FreeBSD
2022-01-11 12:41:17 +01:00

23 lines
399 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= dbf
PORTVERSION= 4.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for reading dBase, xBase, Clipper and FoxPro database files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
CONFLICTS_INSTALL= dbf
NO_ARCH= yes
PLIST_FILES= bin/dbf
.include <bsd.port.mk>