25 lines
649 B
Makefile
25 lines
649 B
Makefile
PORTNAME= oauth
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
|
|
WWW= https://oauth.galtzo.com/ \
|
|
https://github.com/ruby-oauth/oauth
|
|
|
|
LICENSE= MIT
|
|
#LICENSE_FILE= ${WRKSRC}/MIT.md
|
|
|
|
RUN_DEPENDS= rubygem-auth-sanitizer>=0.2.1<1:security/rubygem-auth-sanitizer \
|
|
rubygem-base64>=0.1<1:converters/rubygem-base64 \
|
|
rubygem-oauth-tty>=1.0.10<2:net/rubygem-oauth-tty \
|
|
rubygem-snaky_hash>=2.0.5<3:devel/rubygem-snaky_hash \
|
|
rubygem-version_gem>=1.1.12<2:devel/rubygem-version_gem
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|