pkgsrc/devel/p5-Test-SharedFork/Makefile
sno 0f51cb19c8 Updating devel/p5-Test-SharedFork from 0.14 to 0.15
Upstream changes:
0.15
        - added "LIMITATION" section to docs.
          I gave up to support ithreads.
2010-09-14 06:03:15 +00:00

19 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/09/14 06:03:15 sno Exp $
DISTNAME= Test-SharedFork-0.15
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"