Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 08:22:58 +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: r318926 - head/textproc/info_to_html
Message-ID:  <201305240822.r4O8MwC5019466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305240822.r4O8MwC5019466>