aebaa42218
- Update version requirement of RUN_DEPENDS Changes: https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
21 lines
443 B
Makefile
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>
|