20 lines
306 B
Makefile
20 lines
306 B
Makefile
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:44:45 sthen Exp $
|
|
|
|
COMMENT = stat() with BSD 4.4 extentions
|
|
|
|
DISTNAME = BSD-stat-1.35
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|