mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
23 lines
418 B
Makefile
23 lines
418 B
Makefile
PORTNAME= oauth
|
|
PORTVERSION= 0.5.14
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 0
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
|
|
WWW= https://github.com/oauth-xx/oauth-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^0\.
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/oauth
|
|
|
|
.include <bsd.port.mk>
|