29d51b8aa2
- remove OpenBSD specific patches, they have been commited upstream
24 lines
393 B
Makefile
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>
|