1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/databases/rubygem-sqlite3/Makefile
Martin Wilke 9e12bd2f97 - Update to 1.2.2
PR:		124284
Submitted by:	Jonathan Noack <noackjr@alumni.rice.edu> (maintainer)
2008-06-05 12:08:09 +00:00

27 lines
597 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.2
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}
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>