freebsd-ports/devel/rubygem-excon/Makefile
2016-12-30 21:33:51 +00:00

19 lines
328 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= excon
PORTVERSION= 0.54.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
.include <bsd.port.mk>