svn commit: r318945 - head/www/p5-Catalyst-Devel

Andrej Zverev az at FreeBSD.org
Fri May 24 09:56:50 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Lars Balker Rasmussen <lbr at 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>


More information about the svn-ports-all mailing list