Date: Thu, 14 Mar 2013 07:18:56 +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: r314136 - head/devel/p5-Moose Message-ID: <201303140718.r2E7Iuvi064732@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Thu Mar 14 07:18:55 2013 New Revision: 314136 URL: http://svnweb.freebsd.org/changeset/ports/314136 Log: - Put TEST_DEPEND upper - Trim Makefile header Modified: head/devel/p5-Moose/Makefile Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Thu Mar 14 07:12:04 2013 (r314135) +++ head/devel/p5-Moose/Makefile Thu Mar 14 07:18:55 2013 (r314136) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Moose -# Date created: 14 Apr 2006 -# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> -# +# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Moose PORTVERSION= 2.0604 @@ -48,7 +44,8 @@ TEST_DEPENDS= \ p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ - p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires + p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-DependentModules>=0.13:${PORTSDIR}/devel/p5-Test-DependentModules CFLAGS+= -I. # mop.h MAKE_JOBS_UNSAFE= yes @@ -193,7 +190,4 @@ post-extract: post-install: @${CAT} ${PKGDIR}/pkg-message -# p5-Test-DependentModules is only available on 5.10.1+ (currently) -TEST_DEPENDS+= p5-Test-DependentModules>=0.13:${PORTSDIR}/devel/p5-Test-DependentModules - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303140718.r2E7Iuvi064732>