pkgsrc/www/p5-HTTP-Server-Simple-Mason/Makefile
he cd94c6cd93 Update from version 0.09nb1 to 0.11.
Upstream changes:

0.11 Mon Dec  1 09:45:52 EST 2008
    * The previous release didn't actually fix 30113

0.10 Fri Oct 19 12:37:48 BST 2007
    * [rt.cpan.org #30113] Cleaning up /tmp directory; predictable
      tmp filenames
      - Don't use predictable tempfile names for our test dir.
      - Clean up the test dir after running
    Reported by ANDK
2008-12-15 22:51:01 +00:00

23 lines
714 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/12/15 22:51:01 he Exp $
#
DISTNAME= HTTP-Server-Simple-Mason-0.11
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
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"