svn commit: r324032 - head/www/wml
Andrej Zverev
az at FreeBSD.org
Wed Jul 31 10:19:49 UTC 2013
Author: az
Date: Wed Jul 31 10:19:48 2013
New Revision: 324032
URL: http://svnweb.freebsd.org/changeset/ports/324032
Log:
- Convert to new perl order (fix build)
- Trim Makefile header
Modified:
head/www/wml/Makefile
Modified: head/www/wml/Makefile
==============================================================================
--- head/www/wml/Makefile Wed Jul 31 10:17:10 2013 (r324031)
+++ head/www/wml/Makefile Wed Jul 31 10:19:48 2013 (r324032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wml
-# Date created: 09-Sep-1997
-# Whom: Ralf S. Engelschall <rse at engelschall.com>
-#
+# Created by: Ralf S. Engelschall <rse at engelschall.com>
# $FreeBSD$
-#
PORTNAME= wml
PORTVERSION= 2.0.12
@@ -28,7 +24,8 @@ RUN_DEPENDS= \
BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx \
${RUN_DEPENDS}
-USE_PERL5= yes
+USES= perl5
+USE_PERL5= run build patch
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gettext
More information about the svn-ports-head
mailing list