diff options
author | seb <seb> | 2010-04-11 22:28:06 +0000 |
---|---|---|
committer | seb <seb> | 2010-04-11 22:28:06 +0000 |
commit | 2d22ff7157a3042182245d67135b88a08c9eb0dd (patch) | |
tree | adc2eb9cfd507190e1a722e0cfbd683505ee0d56 /www/p5-Starman/Makefile | |
parent | e35da42688fff9b6be86eb3d4839cbbdf38e28b9 (diff) | |
download | pkgsrc-2d22ff7157a3042182245d67135b88a08c9eb0dd.tar.gz |
Add a note about p5-Test-TCP dependency
Diffstat (limited to 'www/p5-Starman/Makefile')
-rw-r--r-- | www/p5-Starman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index 3e2dea607da..170fad9fe85 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 20:33:03 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/04/11 22:28:06 seb Exp $ DISTNAME= Starman-0.1005 PKGNAME= p5-${DISTNAME} @@ -17,6 +17,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Starman/.packlist BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +# This dependency on p5-Test-TCP should be removed with next release of Plack BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter |