freebsd-ports/www/rubygem-em-http-request/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

26 lines
682 B
Makefile

# Created by: Scott Sanders <scott@jssjr.com>
# $FreeBSD$
PORTNAME= em-http-request
PORTVERSION= 1.1.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= EventMachine based, async HTTP Request client
LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=2.3.4:${PORTSDIR}/www/rubygem-addressable \
rubygem-cookiejar>=0:${PORTSDIR}/www/rubygem-cookiejar \
rubygem-em-socksify>=0:${PORTSDIR}/www/rubygem-em-socksify \
rubygem-eventmachine>=1.0.3:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>