mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
d87b4c7fdc
- Add LICENSE Changes: https://github.com/jnunemaker/httparty/commits/master
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= httparty
|
|
PORTVERSION= 0.12.0
|
|
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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/httparty
|
|
|
|
.include <bsd.port.mk>
|