svn commit: r318926 - head/textproc/info_to_html

Andrej Zverev az at FreeBSD.org
Fri May 24 08:22:58 UTC 2013


Author: az
Date: Fri May 24 08:22:57 2013
New Revision: 318926
URL: http://svnweb.freebsd.org/changeset/ports/318926

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/textproc/info_to_html/Makefile   (contents, props changed)

Modified: head/textproc/info_to_html/Makefile
==============================================================================
--- head/textproc/info_to_html/Makefile	Fri May 24 08:15:46 2013	(r318925)
+++ head/textproc/info_to_html/Makefile	Fri May 24 08:22:57 2013	(r318926)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	info_to_html
-# Date created:			Jun 19, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	info_to_html
 PORTVERSION=	0.9.6
@@ -21,10 +16,6 @@ NO_BUILD=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin
 


More information about the svn-ports-head mailing list