diff options
Diffstat (limited to 'mail/extmail/Makefile')
-rw-r--r-- | mail/extmail/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/extmail/Makefile b/mail/extmail/Makefile index 47e2c18f5712..8281141c54d7 100644 --- a/mail/extmail/Makefile +++ b/mail/extmail/Makefile @@ -6,15 +6,16 @@ # PORTNAME= extmail -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= mail -MASTER_SITES= http://www.extmail.org/dist/extmail/%SUBDIR%/ \ +MASTER_SITES= http://www.chifeng.name/dist/extmail/%SUBDIR%/ \ http://chifeng.cosoft.org.cn/extmail/%SUBDIR%/ MAINTAINER?= chifeng@gmail.com COMMENT= A high performance webmail system -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog USE_PERL5= yes NO_BUILD= yes |