1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/rubygem-sqlite3/Makefile
Cheng-Lung Sung 3169b10ff7 - databases/ruby-sqlite3 -> databases/rubygem-sqlite3
- Update to 1.2.1

PR:		ports/103291
Submitted by:	Geraud CONTINSOUZAS <geraud_AT_gcu dot info>
2007-02-08 09:53:42 +00:00

26 lines
651 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
PORTVERSION= 1.2.1
CATEGORIES= databases rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= sqlite-ruby
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
GEM_NAME= ${DISTNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>