diff options
Diffstat (limited to 'devel/rubygem-excon-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-excon-gitlab/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-excon-gitlab/Makefile b/devel/rubygem-excon-gitlab/Makefile new file mode 100644 index 000000000000..e27173885498 --- /dev/null +++ b/devel/rubygem-excon-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= excon +PORTVERSION= 0.112.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@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 + +.include <bsd.port.mk> |