diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-30 17:37:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-30 17:37:05 +0000 |
commit | db96a99362d703c3bd1fda7c8930627e266ad402 (patch) | |
tree | 5bfbdaf27a5fa5f772a3d50f73a4f0d9fef73dee /net/rubygem-connection_pool | |
parent | Use LIB_DEPENDS for the quazip dependency. (diff) |
- Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=404872
Diffstat (limited to 'net/rubygem-connection_pool')
-rw-r--r-- | net/rubygem-connection_pool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rubygem-connection_pool/Makefile b/net/rubygem-connection_pool/Makefile index 0a8ace2a16c2..4ea18a27b0c0 100644 --- a/net/rubygem-connection_pool/Makefile +++ b/net/rubygem-connection_pool/Makefile @@ -9,9 +9,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Generic connection pool for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |