svn commit: r353252 - head/www/rubygem-jekyll

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 8 03:32:39 UTC 2014


Author: sunpoet
Date: Thu May  8 03:32:38 2014
New Revision: 353252
URL: http://svnweb.freebsd.org/changeset/ports/353252
QAT: https://qat.redports.org/buildarchive/r353252/

Log:
  - Add LICENSE

Modified:
  head/www/rubygem-jekyll/Makefile

Modified: head/www/rubygem-jekyll/Makefile
==============================================================================
--- head/www/rubygem-jekyll/Makefile	Thu May  8 03:30:58 2014	(r353251)
+++ head/www/rubygem-jekyll/Makefile	Thu May  8 03:32:38 2014	(r353252)
@@ -10,6 +10,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Simple, blog aware, static site generator
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-classifier>=1.3:${PORTSDIR}/devel/rubygem-classifier \
 		rubygem-colorator>=0.1:${PORTSDIR}/textproc/rubygem-colorator \
 		rubygem-commander>=4.1.3:${PORTSDIR}/devel/rubygem-commander \
@@ -23,6 +25,7 @@ RUN_DEPENDS=	rubygem-classifier>=1.3:${P
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/jekyll
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list