18 lines
348 B
Makefile
18 lines
348 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/25 16:32:36 espie Exp $
|
|
|
|
COMMENT= "object methods for locking files"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-LockedFile-0.23
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|