opnsense-ports/databases/rubygem-dbf4/Makefile
Franco Fichtner c240fa419c */*: sync with upstream
Taken from: FreeBSD
2024-05-21 13:53:19 +02:00

25 lines
462 B
Makefile

PORTNAME= dbf
PORTVERSION= 4.3.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
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
PORTSCOUT= limit:^4\.
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/dbf
.include <bsd.port.mk>