svn commit: r325882 - head/mail/ezmlm-web
Andrej Zverev
az at FreeBSD.org
Sun Sep 1 17:12:04 UTC 2013
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 at rucus.ru.za.za>
-#
+# Created by: Guy Antony Halse <guy at 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|' \
More information about the svn-ports-all
mailing list