pkgsrc/www/p5-Test-WWW-Declare/Makefile
he 7d676080b5 Update from version 0.01nb1 to 0.02.
Upstream changes:

0.02    Sun Oct 12 18:41:15 2008
        Depend on new HTTP::Server::Simple to avoid race conditions in tests
2008-12-16 21:54:41 +00:00

23 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/12/16 21:54:41 he Exp $
#
DISTNAME= Test-WWW-Declare-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Declare/
COMMENT= Perl 5 module for declarative testing of web app
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/WWW/Declare/.packlist
BUILD_DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
BUILD_DEPENDS+= p5-Test-Tester-[0-9]*:../../devel/p5-Test-Tester
DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"