Date: Sun, 1 Sep 2013 17:12:04 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325882 - head/mail/ezmlm-web Message-ID: <201309011712.r81HC4Sl048878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Sep 1 17:12:03 2013 New Revision: 325882 URL: http://svnweb.freebsd.org/changeset/ports/325882 Log: - 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@ Modified: head/mail/ezmlm-web/Makefile (contents, props changed) Modified: head/mail/ezmlm-web/Makefile ============================================================================== --- head/mail/ezmlm-web/Makefile Sun Sep 1 17:10:01 2013 (r325881) +++ head/mail/ezmlm-web/Makefile Sun Sep 1 17:12:03 2013 (r325882) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezmlm-web -# Date Created: 18 May 2000 -# Whom: Guy Antony Halse <guy@rucus.ru.za.za> -# +# Created by: Guy Antony Halse <guy@rucus.ru.za.za> # $FreeBSD$ -# PORTNAME= ezmlm-web PORTVERSION= 3.2 @@ -21,9 +17,9 @@ EXAMPLES= apache.conf.dist ezmlmwebrc.di 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|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011712.r81HC4Sl048878>