freebsd-ports/databases/rubygem-amalgalite/Makefile
2021-07-01 04:44:06 +08:00

21 lines
443 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= amalgalite
PORTVERSION= 1.7.0
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<5:devel/rubygem-arrayfields
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/amalgalite-pack
.include <bsd.port.mk>