20 lines
379 B
Makefile
20 lines
379 B
Makefile
COMMENT = BSD process resource limit and priority functions
|
|
|
|
DISTNAME = BSD-Resource-1.2911
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Artistic 2.0 or LGPL 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
TEST_DEPENDS = devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
.include <bsd.port.mk>
|