pkgsrc/devel/p5-Test-SharedFork/Makefile
hiramatsu 3f3ccb80bf Update p5-Test-SharedFork to 0.18.
Changes from previous:
0.18

    - More fixes for failure locations(hoelzro)

0.17

    - fixed test level(hoelzro)

0.16

    - doc tweaks
2011-11-18 00:13:36 +00:00

19 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/11/18 00:13:36 hiramatsu Exp $
DISTNAME= Test-SharedFork-0.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-SharedFork/
COMMENT= Perl 5 module to make forking test
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/SharedFork/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"