mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
21 lines
312 B
Makefile
21 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= arel
|
|
PORTVERSION= 7.1.4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 7
|
|
|
|
MAINTAINER= sunpoet@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>
|