freebsd-ports/databases/rubygem-amalgalite/Makefile
Sunpoet Po-Chuan Hsieh 7583853f8e - Update to 1.4.0
- Add LICENSE
- Reformat pkg-descr
- Update WWW

Changes:	https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
2015-05-27 17:52:55 +00:00

22 lines
463 B
Makefile

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