pkgsrc/www/p5-HTTP-Server-Simple-Mason/Makefile
sno 4ad8b97eba Updating www/p5-HTTP-Server-Simple-Mason from 0.12 to 0.13
Upstream changes:
0.13 Fri Oct  9 15:01:07 EDT 2009
    * Better cleanup temp files after tests
    * No longer add a double / in the path when testing for index.html
    * Better support for sending custom HTTP statuses in $m->abort
2009-11-21 14:42:41 +00:00

24 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/11/21 14:42:41 sno Exp $
#
DISTNAME= HTTP-Server-Simple-Mason-0.13
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hsm
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Mason/
COMMENT= Perl5 module providing a simple mason server
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/HTTP/Server/Simple/Mason/.packlist
DEPENDS+= p5-HTML-Mason>=1.25:../../www/p5-HTML-Mason
DEPENDS+= p5-HTTP-Server-Simple>=0.04:../../www/p5-HTTP-Server-Simple
DEPENDS+= p5-Hook-LexWrap-[0-9]*:../../devel/p5-Hook-LexWrap
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"