diff options
author | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
commit | 8e9228a9125fca2fc30a6d68f15e14576792e945 (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/postfix27 | |
parent | 68f77c2518cf055ebbfc736e5c06787d794c138c (diff) | |
download | freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.gz freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.zst freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/postfix27')
-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 |