freebsd-ports/databases/rubygem-sqlite3/Makefile
Sunpoet Po-Chuan Hsieh 08530c0ab4 - Update to 1.3.8
- While I'm here:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Cosmetic change

Changes:	https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc
PR:		ports/182276
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
2013-11-29 19:10:35 +00:00

23 lines
525 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= sqlite3
PORTVERSION= 1.3.8
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
LICENSE= BSD
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>