diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
commit | 69b6f05b28433af07f2b5b45ceb33f35d51932ac (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/postfix27/Makefile | |
parent | Unbreak libxspf on HEAD. (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to '')
-rw-r--r-- | mail/postfix27/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 6a4dbd1f4120..41faf6b71887 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -30,8 +30,9 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* USERS= postfix GROUPS= mail maildrop postfix NO_LATEST_LINK= yes +USES= perl5 +USE_PERL5= build USE_SUBMAKE= yes -USE_PERL5_BUILD=yes SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_DEFINE= PCRE SASL2 TLS BDB MYSQL PGSQL OPENLDAP CDB NIS VDA TEST SPF INST_BASE |