aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-trilogy/Makefile
blob: 39a97f554cd14d71620b967a34441d1646ba5caa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>