27 lines
449 B
Makefile
27 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.29 2012/08/23 15:00:33 sthen 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = cpan
|
|
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|