freebsd-ports/www/rubygem-activeresource/Makefile
Sunpoet Po-Chuan Hsieh 70ed5700f9 - Update to 3.2.16
- Remove leading indefinite article from COMMENT
- Sort RUN_DEPENDS
2013-12-05 20:27:45 +00:00

19 lines
509 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= activeresource
PORTVERSION= 3.2.16
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Coherent wrapper object-relational mapping for REST web services
RUN_DEPENDS= rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>