openbsd-ports/devel/p5-LockFile-Simple/Makefile
pea b0c9c33bf6 The LockFile::Simple extension provides simple file locking, of
the advisory kind, i.e. it requires cooperation between applications
wishing to lock the same files.

ok ajacoutot@ simon@
2008-11-14 07:28:43 +00:00

18 lines
392 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/11/14 07:28:43 pea Exp $
COMMENT = perl module implementing simple file locking
MODULES = cpan
DISTNAME = LockFile-Simple-0.207
CATEGORIES = devel
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# Perl / GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>