mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4e3d011569
Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
24 lines
319 B
Makefile
24 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= arel
|
|
PORTVERSION= 3.0.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 3
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Relational Algebra for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= ignore
|
|
|
|
.include <bsd.port.mk>
|