svn commit: r387840 - head/devel/rubygem-uuid
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:18:57 UTC 2015
Author: sunpoet
Date: Fri May 29 11:18:56 2015
New Revision: 387840
URL: https://svnweb.freebsd.org/changeset/ports/387840
Log:
- Add LICENSE
- Use = instead of +=
Modified:
head/devel/rubygem-uuid/Makefile
Modified: head/devel/rubygem-uuid/Makefile
==============================================================================
--- head/devel/rubygem-uuid/Makefile Fri May 29 11:18:51 2015 (r387839)
+++ head/devel/rubygem-uuid/Makefile Fri May 29 11:18:56 2015 (r387840)
@@ -9,12 +9,14 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= UUID Generator for Ruby
-RUN_DEPENDS= rubygem-macaddr>=1.0:${PORTSDIR}/net/rubygem-macaddr
+LICENSE= MIT
-PLIST_FILES+= bin/uuid
+RUN_DEPENDS= rubygem-macaddr>=1.0:${PORTSDIR}/net/rubygem-macaddr
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/uuid
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list