blob: 7284eee440f22f6f02a5981c70b8d3fb329788e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.1 2013/04/21 12:23:20 ryoon Exp $
#
DISTNAME= HTML-Mason-PSGIHandler-0.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Mason-PSGIHandler/
COMMENT= PSGI handler for HTML::Mason
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
DEPENDS+= p5-CGI-PSGI-[0-9]*:../../www/p5-CGI-PSGI
DEPENDS+= p5-HTML-Mason-[0-9]*:../../www/p5-HTML-Mason
PERL5_PACKLIST= auto/HTML/Mason/PSGIHandler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|