opnsense-ports/databases/rubygem-dbf/Makefile

23 lines
387 B
Makefile

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