freebsd-ports/databases/rubygem-mysql/Makefile
Sunpoet Po-Chuan Hsieh e246e00059 - Add LICENSE
- Remove leading definite article from COMMENT
- Update WWW
2015-05-27 17:54:37 +00:00

20 lines
342 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= mysql
PORTVERSION= 2.9.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= MySQL API module for Ruby
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
USE_MYSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>