mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
18 lines
294 B
Makefile
18 lines
294 B
Makefile
# $FreeBSD:ruby/Makefile 434785 2017-02-25 09:55:57Z sunpoet $
|
|
|
|
PORTNAME= arel
|
|
PORTVERSION= 6.0.4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 6
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Relational Algebra for Ruby
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|