diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /mail/openwebmail | |
parent | Convert my ports to the new perl order (diff) |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Notes
Notes:
svn path=/head/; revision=324007
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index d49ec0e860fb..7733083ad72b 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openwebmail -# Date created: 24 April 2001 -# Whom: Yen-Ming Lee <leeym@leeym.com> -# +# Created by: Yen-Ming Lee <leeym@leeym.com> # $FreeBSD$ -# PORTNAME= openwebmail PORTVERSION= 2.53 @@ -18,7 +14,8 @@ COMMENT= A webmail system designed to manage big mail folder files efficiently RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv -USE_PERL5= yes +USES= perl5 +USE_PERL5= run build patch NO_BUILD= yes NO_WRKSUBDIR= yes OWCGIDIR= ${PREFIX}/www/cgi-bin/openwebmail |