54e3cf9fa2
Changes from previous: ============================== 2011-03-07 23:46:11 +0000 1.06 ============================== commit b19d16ab7884681490695ac7e06145c8e609a293 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Mar 7 23:46:11 2011 +0000 Fix trailing space and bump version to 1.06 commit dd95ee1ab0da0d89e8a18e39e9b4cbebabdd4f44 Author: Paul Driver <frodwith@gmail.com> Date: Mon Mar 7 10:54:55 2011 -0600 Depending on latest HTTP::Parser and fixing some tests commit a3fbde85a4c52b1f9265b355a40214d4ba69b9d7 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Mar 7 21:46:59 2011 +0000 Update dist.ini with 'Prereqs' option rather than 'Prereq' commit 0337189987690f84435961ee29e0082a6216accf Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Wed Jul 28 13:13:58 2010 +0100 Removed the unnecessary tests commit ae9689f9b53ecfdc6db670daba7db58b72c30126 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Wed Jul 28 13:06:43 2010 +0100 Convert distribution to Dist::Zilla
25 lines
859 B
Makefile
25 lines
859 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/25 05:55:49 hiramatsu Exp $
|
|
|
|
DISTNAME= POE-Filter-HTTP-Parser-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/POE-Filter-HTTP-Parser/
|
|
COMMENT= HTTP POE filter for HTTP clients or servers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/POE/Filter/HTTP/Parser/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-POE-Client-TCP>=0.1:../../devel/p5-Test-POE-Client-TCP
|
|
BUILD_DEPENDS+= p5-Test-POE-Server-TCP>=0.16:../../devel/p5-Test-POE-Server-TCP
|
|
DEPENDS+= p5-HTTP-Parser>=0.04:../../www/p5-HTTP-Parser
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-POE>=1.003:../../devel/p5-POE
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|