Steve Wills 2a54b48a1b - Use the older rubygem-sqlite3-ruby now that it's repo copied
- Change portname on rubygem-sqlite3-ruby

PR:		ports/154958
Submitted by:	wen
2011-07-21 00:37:18 +00:00

29 lines
614 B
Makefile

# New ports collection makefile for: sqlite3-ruby
# Date created: 26 June 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= sqlite3-ruby
PORTVERSION= 1.3.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>