diff options
Diffstat (limited to 'devel/rubygem-excon1-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-excon1-gitlab/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/rubygem-excon1-gitlab/Makefile b/devel/rubygem-excon1-gitlab/Makefile new file mode 100644 index 000000000000..62e9b31a7b22 --- /dev/null +++ b/devel/rubygem-excon1-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= excon +PORTVERSION= 1.2.7 +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> |