openbsd-ports/devel/p5-BSD-stat/Makefile

24 lines
393 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2012/10/21 23:07:12 bluhm Exp $
2012-08-30 17:16:14 -04:00
SHARED_ONLY = Yes
2012-08-30 17:16:14 -04:00
COMMENT = stat() with BSD 4.4 extentions
DISTNAME = BSD-stat-1.33
2012-08-30 17:16:14 -04:00
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
2012-08-30 17:16:14 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
2012-08-30 17:16:14 -04:00
PERMIT_DISTFILES_FTP = Yes
2012-08-30 17:16:14 -04:00
WANTLIB += c
2012-08-23 11:00:32 -04:00
2012-08-30 17:16:14 -04:00
MODULES = cpan
.include <bsd.port.mk>