20 lines
306 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2019/07/12 20:44:45 sthen Exp $
2012-08-30 21:16:14 +00:00
COMMENT = stat() with BSD 4.4 extentions
2014-01-11 13:40:19 +00:00
DISTNAME = BSD-stat-1.35
2015-07-16 23:57:18 +00:00
REVISION = 1
2012-08-30 21:16:14 +00:00
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
2012-08-23 15:00:32 +00:00
2012-08-30 21:16:14 +00:00
MODULES = cpan
.include <bsd.port.mk>