diff options
author | leeym <leeym@FreeBSD.org> | 2005-01-10 23:19:03 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-01-10 23:19:03 +0000 |
commit | 77a6008e73aa2b63ac2dccccf3f44826f6f21765 (patch) | |
tree | b55dbc17cf3964ebcc75c80b7fce7f6dcd766c1d /mail/openwebmail | |
parent | 88198cb0de4e5981ef3719c76b005d23e25ba6ec (diff) | |
download | FreeBSD-ports-77a6008e73aa2b63ac2dccccf3f44826f6f21765.zip FreeBSD-ports-77a6008e73aa2b63ac2dccccf3f44826f6f21765.tar.gz |
- update for slave port, mail/opemwebmail-devel
Noticed by: Jin-Shan Tseng <tjs.at.cdpa.nsysu.edu.tw>
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 3bf7d8b..0767c14 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,19 +6,21 @@ # PORTNAME= openwebmail -PORTVERSION= 2.50 +PORTVERSION?= 2.50 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/%SUBDIR%/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/%SUBDIR%/ MASTER_SITE_SUBDIR?= release -MAINTAINER= leeym@FreeBSD.org +MAINTAINER?= leeym@FreeBSD.org COMMENT= A webmail system designed to manage big mail folder files efficiently RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof +CONFLICTS?= ${PORTNAME}-[0-9].[0-9][0-9].[0-9]* + USE_PERL5= yes NO_BUILD= yes NO_WRKSUBDIR= yes |