aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-excon/Makefile
blob: 5f8164588929b78e8e922f1019823d97fae3a0fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=   excon
PORTVERSION=    0.49.0
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Extended http(s) Connections Library

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE.md

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>