diff options
author | az <az@FreeBSD.org> | 2013-09-02 01:12:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 01:12:03 +0800 |
commit | ca3f9cde80af432fd4a2c74c0f16d6680bfad70d (patch) | |
tree | 43ca4f1f7b26ec176ea06c0a1fa0be6855ec4bb6 /mail | |
parent | fa5096e862c45434c7753ed0e77ca5232fde8270 (diff) | |
download | freebsd-ports-gnome-ca3f9cde80af432fd4a2c74c0f16d6680bfad70d.tar.gz freebsd-ports-gnome-ca3f9cde80af432fd4a2c74c0f16d6680bfad70d.tar.zst freebsd-ports-gnome-ca3f9cde80af432fd4a2c74c0f16d6680bfad70d.zip |
- 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@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ezmlm-web/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
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 <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.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|' \ |