SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
databases/ruby-mysql2/Makefile
Normal file
21
databases/ruby-mysql2/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= modern, simple and very fast MySQL library for Ruby
|
||||
|
||||
DISTNAME= mysql2-0.5.4
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= https://github.com/brianmario/mysql2
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
# MIT License
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
WANTLIB= crypto mariadb ssl z
|
||||
|
||||
LIB_DEPENDS= databases/mariadb
|
||||
|
||||
CONFIGURE_STYLE=ruby gem ext
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue