- Add LICENSE_FILE
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
d0d7277912
commit
b4781ac07a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528705
2 changed files with 3 additions and 1 deletions
|
@ -9,11 +9,13 @@ MAINTAINER= romain@FreeBSD.org
|
|||
COMMENT= Simple REST client for the Docker Remote API
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-excon>=0.47.0:devel/rubygem-excon \
|
||||
rubygem-multi_json>=0:devel/rubygem-multi_json
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
This gem provides an object-oriented interface to the Docker Engine API.
|
||||
|
||||
WWW: http://rubygems.org/gems/docker-api
|
||||
WWW: https://rubygems.org/gems/docker-api
|
||||
|
|
Loading…
Reference in a new issue