diff options
Diffstat (limited to 'www/rubygem-typhoeus-gitlab/Makefile')
| -rw-r--r-- | www/rubygem-typhoeus-gitlab/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/rubygem-typhoeus-gitlab/Makefile b/www/rubygem-typhoeus-gitlab/Makefile new file mode 100644 index 000000000000..39a564f53441 --- /dev/null +++ b/www/rubygem-typhoeus-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= typhoeus +PORTVERSION= 1.4.1 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Parallel HTTP request library +WWW= https://github.com/typhoeus/typhoeus + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-ethon>=0.9.0:www/rubygem-ethon + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |
