diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2006-06-07 06:02:21 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2006-06-07 06:02:21 +0000 |
commit | 338501299e724f0c592f510cfb4939872b3402ce (patch) | |
tree | 3a828925ec2e09afb497145407f86b48362c7d22 /databases/ruby-mysql/Makefile | |
parent | 163105ed64eaaf58068fa4ea71b35687da1cd860 (diff) |
Notes
Diffstat (limited to 'databases/ruby-mysql/Makefile')
-rw-r--r-- | databases/ruby-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index ba08da1b7123..0e02d44d2ad8 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -6,14 +6,14 @@ # PORTNAME= mysql -PORTVERSION= 2.7 +PORTVERSION= 2.7.1 CATEGORIES= databases ruby MASTER_SITES= http://www.tmtm.org/downloads/mysql/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module for accessing MySQL databases with a C API like interface USE_MYSQL= yes |