diff options
author | lth <lth@FreeBSD.org> | 2013-06-23 01:27:07 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2013-06-23 01:27:07 +0800 |
commit | 41f12d4f0e5a4214a7d2dfce014643d21cf0f8fd (patch) | |
tree | 4c714ba41658d84c01ca3941dc4a21337861348d /www | |
parent | 61fec5bc31c32aaec4c208d2c1de0f93a44a4ed4 (diff) | |
download | freebsd-ports-gnome-41f12d4f0e5a4214a7d2dfce014643d21cf0f8fd.tar.gz freebsd-ports-gnome-41f12d4f0e5a4214a7d2dfce014643d21cf0f8fd.tar.zst freebsd-ports-gnome-41f12d4f0e5a4214a7d2dfce014643d21cf0f8fd.zip |
- fix *_DEPENDS
Spotted by: mat@
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-POE-Filter-HTTP-Parser/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/p5-POE-Filter-HTTP-Parser/Makefile b/www/p5-POE-Filter-HTTP-Parser/Makefile index 48684edb41af..62fcb7e23f3b 100644 --- a/www/p5-POE-Filter-HTTP-Parser/Makefile +++ b/www/p5-POE-Filter-HTTP-Parser/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: POE-Filter-HTTP-Parser -# Date created: 25 Mar 2009 -# Whom: Lars Thegler <lth@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= POE-Filter-HTTP-Parser PORTVERSION= 1.06 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +11,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= A HTTP POE filter for HTTP clients or servers BUILD_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ - p5-libwww>=0:${PORTSDIR}/www/libwww \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-HTTP-Parser>=0.06:${PORTSDIR}/www/p5-HTTP-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-POE-Client-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Client-TCP \ |