diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-21 00:37:18 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-21 00:37:18 +0000 |
commit | 2a54b48a1b2185f36b3e07d09e90271bbc97c7fe (patch) | |
tree | 25796eea19292dfdc9c38e119568af3a2182ff90 /databases/rubygem-sqlite3-ruby | |
parent | 4a8aaebcbb61d8bae33d359de0d07a02ba7c241e (diff) | |
download | ports-2a54b48a1b2185f36b3e07d09e90271bbc97c7fe.tar.gz ports-2a54b48a1b2185f36b3e07d09e90271bbc97c7fe.zip |
Notes
Diffstat (limited to 'databases/rubygem-sqlite3-ruby')
-rw-r--r-- | databases/rubygem-sqlite3-ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile index c3f9377a9c92..6a9d598f97a8 100644 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ b/databases/rubygem-sqlite3-ruby/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= sqlite3 +PORTNAME= sqlite3-ruby PORTVERSION= 1.3.2 CATEGORIES= databases rubygems MASTER_SITES= RG -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 |