aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-05 20:28:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-05 20:28:42 +0000
commite9aef9f5c79c47ffaf8fb6b10f6633e382ce524a (patch)
treee39eede0b5cc4d44fffd4490a1b62b413229fab3 /mail
parentb80b62d59faae41ae4509fac7d521c3a060401fe (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/rubygem-mail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile
index 61023aa0dd2f..ab8ac7d5f394 100644
--- a/mail/rubygem-mail/Makefile
+++ b/mail/rubygem-mail/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mail
PORTVERSION= 2.5.4
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= mail rubygems
MASTER_SITES= RG
@@ -12,12 +13,11 @@ COMMENT= Ruby email handler
LICENSE= MIT
-RUN_DEPENDS= rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop \
- rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
- rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n
+RUN_DEPENDS= rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
+ rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>