66e866814e
pkgsrc changes: - adjusting license definition - adjusting dependency to Test::More (0.72 is in core, 0.62 is required) Upstream changes: 0.11 Tue Nov 10 14:14:17 EST 2009 No code changes; add Win32::Event dep for windows platforms
23 lines
772 B
Makefile
23 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/11/21 14:48:07 sno Exp $
|
|
|
|
DISTNAME= Test-HTTP-Server-Simple-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-HTTP-Server-Simple/
|
|
COMMENT= Perl 5 module providing Test::More functions for HTTP::Server::Simple
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/HTTP/Server/Simple/.packlist
|
|
|
|
DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
|
|
# This may be only a build dependency - No, it's not
|
|
DEPENDS+= {perl>=5.10,p5-Test-Simple>0.62}:../../devel/p5-Test-Simple
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|