mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
20 lines
296 B
Makefile
20 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= arel
|
|
PORTVERSION= 6.0.4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 6
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Relational Algebra for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|