From ca3f9cde80af432fd4a2c74c0f16d6680bfad70d Mon Sep 17 00:00:00 2001 From: az Date: Sun, 1 Sep 2013 17:12:03 +0000 Subject: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert USE_GMAKE to Uses - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ --- mail/ezmlm-web/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/ezmlm-web/Makefile b/mail/ezmlm-web/Makefile index 010930e8a7d3..c76f3d59e241 100644 --- a/mail/ezmlm-web/Makefile +++ b/mail/ezmlm-web/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezmlm-web -# Date Created: 18 May 2000 -# Whom: Guy Antony Halse -# +# Created by: Guy Antony Halse # $FreeBSD$ -# PORTNAME= ezmlm-web PORTVERSION= 3.2 @@ -21,9 +17,9 @@ EXAMPLES= apache.conf.dist ezmlmwebrc.dist ezmlmwebrc.minimal-dist \ htaccess.dist multidomain.conf.dist webusers.dist DOCS= INSTALL README TODO UPGRADING changelog copyright -USE_GMAKE= yes -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= gmake perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= ezmlm-web.cgi post-patch: ${REINPLACE_CMD} -e 's|local/share|share|' \ -- cgit