aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-07 01:02:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-07 01:02:19 +0000
commit4605a300277676d764dce799a1e895cdce633831 (patch)
tree8784763a2f24236166ee1ffca4c04a3f90c7fcca /mail
parent8b9c115b43c554fa3ccc92a0cebdd6485623da6b (diff)
downloadports-4605a300277676d764dce799a1e895cdce633831.tar.gz
ports-4605a300277676d764dce799a1e895cdce633831.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/rubygem-larch/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/mail/rubygem-larch/Makefile b/mail/rubygem-larch/Makefile
index a16d0e603f8f..35f4e4280b77 100644
--- a/mail/rubygem-larch/Makefile
+++ b/mail/rubygem-larch/Makefile
@@ -9,15 +9,18 @@ MASTER_SITES= RG
MAINTAINER= ruby@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>