22 lines
441 B
Makefile
22 lines
441 B
Makefile
PORTNAME= sawyer
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Secret User Agent of HTTP
|
|
WWW= https://github.com/lostisland/sawyer
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable \
|
|
rubygem-faraday-gitlab>=0.17.3<3:www/rubygem-faraday-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|