mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
093a67e78b
Changes: https://github.com/typhoeus/ethon/blob/master/CHANGELOG.md https://github.com/typhoeus/ethon/commits/master
23 lines
403 B
Makefile
23 lines
403 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ethon
|
|
PORTVERSION= 0.11.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Very lightweight libcurl wrapper
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
RUN_DEPENDS= rubygem-ffi>=1.3.0:devel/rubygem-ffi
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|