summaryrefslogtreecommitdiff
path: root/www/p5-Test-HTTP-Server-Simple/Makefile
blob: 68cbe82faf0724cd163be2dba2c7b130a792be81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.20 2021/05/24 19:55:52 wiz Exp $

DISTNAME=	Test-HTTP-Server-Simple-0.11
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	12
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Test/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Test-HTTP-Server-Simple
COMMENT=	Perl 5 module providing Test::More functions for HTTP::Server::Simple
LICENSE=	${PERL5_LICENSE}

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"