mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= net-http
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= HTTP client api for Ruby
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \
|
|
rubygem-uri>=0:net/rubygem-uri
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|