svn commit: r338268 - head/comms/rubygem-callsign

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 10:09:01 UTC 2013


Author: sunpoet
Date: Tue Dec 31 10:09:00 2013
New Revision: 338268
URL: http://svnweb.freebsd.org/changeset/ports/338268

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS

Modified:
  head/comms/rubygem-callsign/Makefile

Modified: head/comms/rubygem-callsign/Makefile
==============================================================================
--- head/comms/rubygem-callsign/Makefile	Tue Dec 31 10:08:57 2013	(r338267)
+++ head/comms/rubygem-callsign/Makefile	Tue Dec 31 10:09:00 2013	(r338268)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup
 
-RUN_DEPENDS=	rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
-		rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie \
+		rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-head mailing list