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