diff options
author | skv <skv@FreeBSD.org> | 2009-07-31 17:32:28 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-07-31 17:32:28 +0800 |
commit | a3ceb8aaddcb7f8be7e2762c6fd7ebf319c20aef (patch) | |
tree | 2cd7923cc17267156d5c84b9e3e73f4f506eb380 | |
parent | fddc988af0dcead9811fcade6da300b80447b595 (diff) | |
download | freebsd-ports-gnome-a3ceb8aaddcb7f8be7e2762c6fd7ebf319c20aef.tar.gz freebsd-ports-gnome-a3ceb8aaddcb7f8be7e2762c6fd7ebf319c20aef.tar.zst freebsd-ports-gnome-a3ceb8aaddcb7f8be7e2762c6fd7ebf319c20aef.zip |
POE-Test-Loops does not depend on POE.
PR: ports/137263
Submitted by: Paul Dokas <dokas xx oitsec.umn.edu>
-rw-r--r-- | devel/p5-POE-Test-Loops/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile index 668d2269b602..d43333104cfa 100644 --- a/devel/p5-POE-Test-Loops/Makefile +++ b/devel/p5-POE-Test-Loops/Makefile @@ -14,9 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com COMMENT= Reusable tests for POE Loop authors -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= POE::Test::Loops.3 |