420384fc6f
pkgsrc changes: - Adding license information - Remove workarounds for the crap of the last version Update changes: from 1.25: Localize special variables so that the exit status from waitpid doesn't leak out, causing exit status to be incorrect (RT33440, fixed by Brad Cavanagh).
20 lines
536 B
Makefile
20 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/08/09 12:55:23 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Proc-Simple-1.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Proc-Simple/
|
|
COMMENT= Launch and control background processes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Proc/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|