mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
17 lines
304 B
Makefile
17 lines
304 B
Makefile
# $FreeBSD: head/databases/rubygem-arel/Makefile 510997 2019-09-03 19:10:17Z sunpoet $
|
|
|
|
PORTNAME= arel
|
|
PORTVERSION= 9.0.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Relational Algebra for Ruby
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|