openbsd-ports/devel/p5-BSD-stat/Makefile
bluhm e7e6d287ec Update BSD::stat to 1.33 which gives us the new functions utimes()
and lutimes().  Unfortunately lutimes() is specific to FreeBSD.
Emulate it with OpenBSD utimensat() and add a test for that.
OK sthen@
2012-10-21 23:07:12 +00:00

24 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/10/21 23:07:12 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = stat() with BSD 4.4 extentions
DISTNAME = BSD-stat-1.33
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
MODULES = cpan
.include <bsd.port.mk>