freebsd-ports/www/rubygem-httparty/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

25 lines
485 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= httparty
PORTVERSION= 0.13.5
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Library that Makes HTTP Fun Again
LICENSE= MIT
RUN_DEPENDS= rubygem-json>=1.8:${PORTSDIR}/devel/rubygem-json \
rubygem-multi_xml>=0.5.2:${PORTSDIR}/textproc/rubygem-multi_xml
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/httparty
.include <bsd.port.mk>