mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
17 lines
317 B
Makefile
17 lines
317 B
Makefile
PORTNAME= mysql
|
|
PORTVERSION= 2.9.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= MySQL API module for Ruby
|
|
WWW= https://github.com/luislavena/mysql-gem
|
|
|
|
LICENSE= GPLv2 RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USES= gem mysql
|
|
IGNORE_WITH_MYSQL= 80 81
|
|
|
|
.include <bsd.port.mk>
|