d0d64d0a7f
Upstream changes: 0.03 Fri Nov 28 22:53:27 EST 2008 * win32 binmode oops. fixed by pjf@cpan.org
22 lines
759 B
Makefile
22 lines
759 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/15 22:55:53 he Exp $
|
|
|
|
DISTNAME= HTTP-Server-Simple-Recorder-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Recorder/
|
|
COMMENT= Perl 5 module mixin to record HTTP::Server::Simple's sockets
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/HTTP/Server/Simple/Recorder/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-HTTP-Server-Simple>=0.02:../../www/p5-Test-HTTP-Server-Simple
|
|
DEPENDS+= p5-HTTP-Server-Simple>=0.10:../../www/p5-HTTP-Server-Simple
|
|
DEPENDS+= p5-IO-Tee-[0-9]*:../../devel/p5-IO-Tee
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|