aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-07 09:02:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-07 09:02:19 +0800
commit3906fcfdbd7101cab06f7b773b97ddefb6cf8c53 (patch)
tree8784763a2f24236166ee1ffca4c04a3f90c7fcca /mail
parent02deb2c49375b3aa39db05a48eed0c1c469777d3 (diff)
downloadfreebsd-ports-graphics-3906fcfdbd7101cab06f7b773b97ddefb6cf8c53.tar.gz
freebsd-ports-graphics-3906fcfdbd7101cab06f7b773b97ddefb6cf8c53.tar.zst
freebsd-ports-graphics-3906fcfdbd7101cab06f7b773b97ddefb6cf8c53.zip
- Add LICENSE
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 a16d0e603f8..35f4e4280b7 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>