freebsd-ports/www/rubygem-rest-client/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

23 lines
551 B
Makefile

# Created by: Renaud Chaput <renchap@cocoa-x.com>
# $FreeBSD$
PORTNAME= rest-client
PORTVERSION= 1.8.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Simple Simple HTTP and REST client for Ruby
RUN_DEPENDS= rubygem-http-cookie>=1.0.2:${PORTSDIR}/www/rubygem-http-cookie \
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-netrc>=0.7:${PORTSDIR}/net/rubygem-netrc
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/restclient
.include <bsd.port.mk>