15 lines
272 B
Makefile
15 lines
272 B
Makefile
|
COMMENT = perl module implementing simple file locking
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = LockFile-Simple-0.208
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||
|
|
||
|
# Perl / GPLv2
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|