diff options
author | tota <tota@FreeBSD.org> | 2010-12-31 18:07:01 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-12-31 18:07:01 +0800 |
commit | 084b1119ed907c0c25c5c1a771c68ee4296404d6 (patch) | |
tree | cf7ea8e0bc3da03c59f628d297a778777dc49b97 /misc/rabbit | |
parent | 802b40ded6dc7afb18af00ff8df5f477d3bd19b9 (diff) | |
download | freebsd-ports-gnome-084b1119ed907c0c25c5c1a771c68ee4296404d6.tar.gz freebsd-ports-gnome-084b1119ed907c0c25c5c1a771c68ee4296404d6.tar.zst freebsd-ports-gnome-084b1119ed907c0c25c5c1a771c68ee4296404d6.zip |
- Add LICENSE
Diffstat (limited to 'misc/rabbit')
-rw-r--r-- | misc/rabbit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/rabbit/Makefile b/misc/rabbit/Makefile index 503fb1575b23..9400a441f53a 100644 --- a/misc/rabbit/Makefile +++ b/misc/rabbit/Makefile @@ -21,6 +21,9 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ ruby-pwgen:${PORTSDIR}/security/ruby-password \ rubygem-tweetstream>=0.0.0:${PORTSDIR}/net/rubygem-tweetstream +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL + USE_RUBY= yes USE_RUBY_SETUP= yes .if defined(WITHOUT_NLS) |