svn commit: r387652 - head/databases/rubygem-dm-migrations

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 27 17:53:47 UTC 2015


Author: sunpoet
Date: Wed May 27 17:53:46 2015
New Revision: 387652
URL: https://svnweb.freebsd.org/changeset/ports/387652

Log:
  - Add LICENSE

Modified:
  head/databases/rubygem-dm-migrations/Makefile

Modified: head/databases/rubygem-dm-migrations/Makefile
==============================================================================
--- head/databases/rubygem-dm-migrations/Makefile	Wed May 27 17:53:42 2015	(r387651)
+++ head/databases/rubygem-dm-migrations/Makefile	Wed May 27 17:53:46 2015	(r387652)
@@ -8,6 +8,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	DataMapper plugin for writing and specifying migrations
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core
 
 USE_RUBY=	yes


More information about the svn-ports-all mailing list