21 lines
313 B
Makefile
21 lines
313 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:13 espie Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = stat() with BSD 4.4 extentions
|
|
|
|
DISTNAME = BSD-stat-1.34
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|