freebsd-ports/databases/rubygem-amalgalite/Makefile
Steve Wills 413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00

21 lines
511 B
Makefile

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