opnsense-ports/databases/rubygem-amalgalite/Makefile
Franco Fichtner 3693e5f8d6 */*: sync with upstream
Taken from: HardenedBSD
2018-01-04 08:20:04 +01:00

22 lines
453 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= amalgalite
PORTVERSION= 1.6.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Embeds the SQLite database engine in a Ruby extension
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-arrayfields>=4.9:devel/rubygem-arrayfields
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/amalgalite-pack
.include <bsd.port.mk>