mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
22 lines
367 B
Makefile
22 lines
367 B
Makefile
PORTNAME= excon
|
|
PORTVERSION= 0.112.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 0
|
|
|
|
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
|
|
|
|
PORTSCOUT= limit:^0\.
|
|
|
|
.include <bsd.port.mk>
|