diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-10 23:19:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-10 23:19:03 +0000 |
commit | 91f917a7e228c7afc5c5a54e04445c5ec52f7150 (patch) | |
tree | 451dbbc73e7966653e1e2045807351676b61a5d7 /mail/openwebmail | |
parent | 42922e4519fa1bff0d64df773107100bdb9392dc (diff) | |
download | ports-91f917a7e228c7afc5c5a54e04445c5ec52f7150.tar.gz ports-91f917a7e228c7afc5c5a54e04445c5ec52f7150.zip |
Notes
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 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 |