blob: 3e3bb2bfe692a2e719275060bfca49c09fb75ccc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= mysql
PORTVERSION= 2.9.1
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
USE_RUBY= yes
USES= gem mysql
.include <bsd.port.mk>
|