blob: 00404573a3e78e78eb1261520ff300d87ea83881 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= excon
PORTVERSION= 0.92.4
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
USE_RUBY= yes
NO_ARCH= yes
CPE_VENDOR= excon_project
.include <bsd.port.mk>
|