opnsense-ports/databases/rubygem-dbf/Makefile
Franco Fichtner 8e5ddf401c */*: sync with upstream
Taken from: HardenedBSD
2018-04-08 13:15:00 +02:00

21 lines
386 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= dbf
PORTVERSION= 3.1.1
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/dbf
.include <bsd.port.mk>