- Update WWW - Update LICENSE_FILE Changes: https://gitlab.com/ruby-oauth/oauth/-/blob/main/CHANGELOG.md
23 lines
551 B
Makefile
23 lines
551 B
Makefile
PORTNAME= oauth
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
|
|
WWW= https://gitlab.com/ruby-oauth/oauth
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-base64>=0.1<1:converters/rubygem-base64 \
|
|
rubygem-oauth-tty>=1.0.6<2:net/rubygem-oauth-tty \
|
|
rubygem-snaky_hash>=2.0<3:devel/rubygem-snaky_hash \
|
|
rubygem-version_gem>=1.1.9<2:devel/rubygem-version_gem
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|