diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:28:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:28:42 +0000 |
commit | e9aef9f5c79c47ffaf8fb6b10f6633e382ce524a (patch) | |
tree | e39eede0b5cc4d44fffd4490a1b62b413229fab3 /mail | |
parent | b80b62d59faae41ae4509fac7d521c3a060401fe (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rubygem-mail/Makefile | 10 |
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> |