pkgsrc/devel/p5-File-NFSLock/Makefile
adam 0eecb4df1c Changes 1.21:
* Various patches by Chorny at cpan dot org and fREW frioux at gmail dot com:
* Windows NTFS compatibility fixes.
* Allow PID to be negative.
* Lexically scope temp file handles to reduce changes of memory leak and
  avoid unintentional glob clobberation.
* Security fix: 3 arg open().
* Repair test suites logics.
* Fixed infinite freezing on Strawberry Perl v5.10.0.
* Fixed infinite freezing on ActiveState Perl v5.12.1.
* Sorry for the past 8 years of suffering.
2011-08-13 08:20:29 +00:00

19 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/08/13 08:20:29 adam Exp $
DISTNAME= File-NFSLock-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-NFSLock/
COMMENT= NFS (or not) locking
LICENSE= gnu-gpl-v2 OR artistic
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/NFSLock/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"