svn commit: r333774 - head/devel/rubygem-builder31
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Nov 14 17:08:35 UTC 2013
Author: sunpoet
Date: Thu Nov 14 17:08:34 2013
New Revision: 333774
URL: http://svnweb.freebsd.org/changeset/ports/333774
Log:
- Add LICENSE
- Move PKGNAMESUFFIX upward
- Remove contiguous blank line
Modified:
head/devel/rubygem-builder31/Makefile
Modified: head/devel/rubygem-builder31/Makefile
==============================================================================
--- head/devel/rubygem-builder31/Makefile Thu Nov 14 17:06:17 2013 (r333773)
+++ head/devel/rubygem-builder31/Makefile Thu Nov 14 17:08:34 2013 (r333774)
@@ -5,15 +5,15 @@ PORTNAME= builder
PORTVERSION= 3.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 31
MAINTAINER= ruby at FreeBSD.org
COMMENT= Facilitate programmatic generation of XML markup
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PKGNAMESUFFIX= 31
-
-
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list