mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
16 lines
353 B
Makefile
16 lines
353 B
Makefile
PORTNAME= trilogy
|
|
PORTVERSION= 2.9.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Friendly MySQL-compatible library for Ruby, binding to libtrilogy
|
|
WWW= https://github.com/trilogy-libraries/trilogy/tree/main/contrib/ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem ssl
|
|
|
|
.include <bsd.port.mk>
|