openbsd-ports/devel/p5-BSD-stat/Makefile
bluhm 29d51b8aa2 - update p5-BSD-stat to 1.34
- remove OpenBSD specific patches, they have been commited upstream
2012-12-29 14:04:54 +00:00

24 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/12/29 14:04:54 bluhm 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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
MODULES = cpan
.include <bsd.port.mk>