- Add LICENSE
- Remove leading definite article from COMMENT - Update WWW
This commit is contained in:
parent
63970b3952
commit
e246e00059
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387665
2 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,10 @@ CATEGORIES= databases rubygems
|
|||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= The MySQL API module for Ruby
|
||||
COMMENT= MySQL API module for Ruby
|
||||
|
||||
LICENSE= GPLv2 RUBY
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_MYSQL= yes
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is the MySQL API module for Ruby. It provides the same functions for Ruby
|
||||
programs that the MySQL C API provides for C programs.
|
||||
|
||||
WWW: https://rubygems.org/gems/mysql
|
||||
WWW: https://github.com/luislavena/mysql-gem
|
||||
|
|
Loading…
Reference in a new issue