e7e6d287ec
and lutimes(). Unfortunately lutimes() is specific to FreeBSD. Emulate it with OpenBSD utimensat() and add a test for that. OK sthen@
24 lines
393 B
Makefile
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>
|