aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-24 04:26:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-24 04:26:23 +0800
commitc1a6b622e17363efb44a2972a411ca36f00336f8 (patch)
tree146823ff6a82d81c400eb6a2491ed2808bc3a014 /databases
parent258e112e5a2a72cd1287e110ba2bc126b2c300db (diff)
downloadfreebsd-ports-gnome-c1a6b622e17363efb44a2972a411ca36f00336f8.tar.gz
freebsd-ports-gnome-c1a6b622e17363efb44a2972a411ca36f00336f8.tar.zst
freebsd-ports-gnome-c1a6b622e17363efb44a2972a411ca36f00336f8.zip
- Cleanup Makefile: remove PORTREVISION and GEM_NAME
Diffstat (limited to 'databases')
-rw-r--r--databases/rubygem-sqlite3/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index b9c9c8a14f0e..5877422de245 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -3,7 +3,6 @@
PORTNAME= sqlite3
PORTVERSION= 1.3.10
-PORTREVISION= 0
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -16,7 +15,6 @@ 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