24 lines
369 B
Makefile
24 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.30 2013/03/11 10:50:13 espie Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = BSD process resource limit and priority functions
|
|
|
|
DISTNAME = BSD-Resource-1.2904
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = cpan
|
|
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|