svn commit: r314136 - head/devel/p5-Moose
Andrej Zverev
az at FreeBSD.org
Thu Mar 14 07:18:56 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Lars Balker Rasmussen <lbr at 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>
More information about the svn-ports-all
mailing list