svn commit: r335801 - head/mail/rubygem-larch

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 7 01:02:20 UTC 2013


Author: sunpoet
Date: Sat Dec  7 01:02:19 2013
New Revision: 335801
URL: http://svnweb.freebsd.org/changeset/ports/335801

Log:
  - Add LICENSE

Modified:
  head/mail/rubygem-larch/Makefile

Modified: head/mail/rubygem-larch/Makefile
==============================================================================
--- head/mail/rubygem-larch/Makefile	Sat Dec  7 01:02:15 2013	(r335800)
+++ head/mail/rubygem-larch/Makefile	Sat Dec  7 01:02:19 2013	(r335801)
@@ -9,15 +9,18 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Larch copies messages from one IMAP server to another
 
+LICENSE=	GPLv2
+
+#		rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \
 RUN_DEPENDS=	rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \
-		rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \
+		rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel \
 		rubygem-sqlite3>=1.3:${PORTSDIR}/databases/rubygem-sqlite3 \
 		rubygem-trollop>=1.13:${PORTSDIR}/devel/rubygem-trollop
 
-PLIST_FILES=	bin/larch
-
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+PLIST_FILES=	bin/larch
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list