diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:24:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:24:29 +0800 |
commit | 38da50f2dd288f88cdcc8351b09ab99f26089ad5 (patch) | |
tree | df6cfafa9f858df358c8720ed2a6abe137ca11a6 /net | |
parent | c5c7c283619a1320d78750d465b876a2369b2a37 (diff) | |
download | freebsd-ports-gnome-38da50f2dd288f88cdcc8351b09ab99f26089ad5.tar.gz freebsd-ports-gnome-38da50f2dd288f88cdcc8351b09ab99f26089ad5.tar.zst freebsd-ports-gnome-38da50f2dd288f88cdcc8351b09ab99f26089ad5.zip |
- Add LICENSE_FILE
Sponsored by: PortsCamp Taiwan
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-tweetstream/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rubygem-tweetstream/Makefile b/net/rubygem-tweetstream/Makefile index 596665477709..aea6b435036b 100644 --- a/net/rubygem-tweetstream/Makefile +++ b/net/rubygem-tweetstream/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= TweetStream provides simple Ruby access to Twitter Streaming API LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-daemons>=1.1:${PORTSDIR}/devel/rubygem-daemons \ rubygem-em-http-request>=1.1.1:${PORTSDIR}/www/rubygem-em-http-request \ |