aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-trilogy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-trilogy/Makefile')
-rw-r--r--databases/rubygem-trilogy/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/rubygem-trilogy/Makefile b/databases/rubygem-trilogy/Makefile
new file mode 100644
index 000000000000..3f2cce345600
--- /dev/null
+++ b/databases/rubygem-trilogy/Makefile
@@ -0,0 +1,15 @@
+PORTNAME= trilogy
+PORTVERSION= 2.8.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>