23 lines
417 B
Makefile
23 lines
417 B
Makefile
PORTNAME= excon
|
|
PORTVERSION= 1.2.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1-gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Extended http(s) Connections Library
|
|
WWW= https://github.com/excon/excon
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= excon_project
|
|
|
|
.include <bsd.port.mk>
|