From aab48478ec9d9458f1d951ba5842e201db31e643 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 May 2015 17:54:42 +0000 Subject: - Add LICENSE - Remove GEM_NAME - Use = instead of += - Update WWW --- databases/rubygem-sqlite3-ruby/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'databases/rubygem-sqlite3-ruby/Makefile') diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile index ebbee1f0f77a..137be08a0c91 100644 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ b/databases/rubygem-sqlite3-ruby/Makefile @@ -10,18 +10,17 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 +LICENSE= BSD3CLAUSE + LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 RUN_DEPENDS= rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 -CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE} - -GEM_NAME= ${DISTNAME} - +CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/sqlite3_ruby +PLIST_FILES= bin/sqlite3_ruby .include -- cgit v1.2.3