diff options
author | az <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
commit | 57eb4fe17886b043e60bc70f3507a4f583911efb (patch) | |
tree | 49987ebc7199c83bbbedf798b4bac41866d0e8b8 /mail/p5-Mail-Ezmlm | |
parent | 44df15a8bc3e61ecb00f45f38a3df8c62b646353 (diff) | |
download | freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.tar.gz freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.tar.zst freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/p5-Mail-Ezmlm')
-rw-r--r-- | mail/p5-Mail-Ezmlm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index 82118106c96f..31c817303818 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} EZMLM_DIR?= ${LOCALBASE} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .if defined(PACKAGE_BUILDING) CONFIGURE_ENV= BSD_BATCH_INSTALL=yes |