blob: e8149b17ce5eaee315eb42c63444910bf09b7553 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|