forked from Lainports/freebsd-ports
19 lines
327 B
Makefile
19 lines
327 B
Makefile
PORTNAME= excon
|
|
PORTVERSION= 0.108.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extended http(s) Connections Library
|
|
WWW= https://github.com/excon/excon
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= excon_project
|
|
|
|
.include <bsd.port.mk>
|