diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 04:39:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 04:39:12 +0000 |
commit | b0097f8b96e55313175856c2b869a3141b7a0d82 (patch) | |
tree | a8ecb109d3c6066b06cc35cd17ef5444e699a02e | |
parent | - Add LICENSE (diff) |
- Add LICENSE
- Remove contiguous blank lines
- Cleanup Makefile
Notes
Notes:
svn path=/head/; revision=353268
-rw-r--r-- | devel/rubygem-temple/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/rubygem-temple/Makefile b/devel/rubygem-temple/Makefile index 98e084e13e07..493be91a9078 100644 --- a/devel/rubygem-temple/Makefile +++ b/devel/rubygem-temple/Makefile @@ -8,13 +8,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Template compilation framework in Ruby -#RUN_DEPENDS= rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt \ -# rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ -# rubygem-bacon>=0:${PORTSDIR}/devel/rubygem-bacon +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |