b72e4c4bae
pkgsrc changes: - Adding license definition - Adding home page Upstream changes: 1.27 2009/10/12 18:46:27 - Erick Calder <e@arix.com> - updated the Changes file 1.26 2009/10/01 01:35:02 - Erick Calder <e@arix.com> - implemented fixes for Cygwin support of PID verification. Thanks to JDHedden for the patch. see: https://rt.cpan.org/Ticket/Display.html?id=50078 - fixed problem with low $COLUMNS values in certain platforms (ps output wraps) - thanks to JDHedden for the patch. see: https://rt.cpan.org/Ticket/Display.html?id=15015 - defaulted values to avoid: Use of uninitialized value in pattern match (m//) - implemented taint checking patch at: https://rt.cpan.org/Public/Bug/Display.html?id=6347 thanks to JDHedden for the patch - Reinstated OO interface to solve Clinton Gormley's need for maintaining multiple PID files, one for each child process - Documentation: added example of specifying a directory for the pidfile, as per enquiry by Milko Krachounov; added a newline for debug() function as per David Hawthorne so avoid run-on sentences in output 1.25 2009/06/29 17:41:00 - Mike Canzoneri <mikecanzoneri@gmail.com> - Added support for threads. - Added test for thread support.
21 lines
560 B
Makefile
21 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/01/25 13:55:36 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Proc-PID-File-1.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Proc-PID-File/
|
|
COMMENT= Perl module to manage process-ID files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Proc/PID/File/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|