diff options
-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 3bf7d8b6bccb..0767c142b3c9 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 |