Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 09:56:49 +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: r318945 - head/www/p5-Catalyst-Devel
Message-ID:  <201305240956.r4O9unxn052725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri May 24 09:56:49 2013
New Revision: 318945
URL: http://svnweb.freebsd.org/changeset/ports/318945

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

Modified:
  head/www/p5-Catalyst-Devel/Makefile   (contents, props changed)

Modified: head/www/p5-Catalyst-Devel/Makefile
==============================================================================
--- head/www/p5-Catalyst-Devel/Makefile	Fri May 24 09:55:10 2013	(r318944)
+++ head/www/p5-Catalyst-Devel/Makefile	Fri May 24 09:56:49 2013	(r318945)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	www/p5-Catalyst-Devel
-# Date created:				July 11, 2006
-# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
-#
+# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Catalyst-Devel
 PORTVERSION=	1.37
@@ -47,10 +43,4 @@ MAN3=		Catalyst::Devel.3 \
 		Catalyst::Restarter::Win32.3 \
 		Module::Install::Catalyst.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501200
-TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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