freebsd-ports/databases/rubygem-sqlite3-ruby/Makefile

29 lines
633 B
Makefile
Raw Normal View History

# New ports collection makefile for: sqlite3-ruby
# Date created: 26 June 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= sqlite3
2010-08-16 03:54:53 +02:00
PORTVERSION= 1.3.1
CATEGORIES= databases rubygems
MASTER_SITES= RUBYFORGE/sqlite-ruby
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
2010-01-12 08:18:54 +01:00
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
2009-11-21 04:55:12 +01:00
CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>