25 lines
521 B
Makefile
25 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.17 2016/03/20 19:57:03 naddy Exp $
|
|
|
|
COMMENT= interface to libstatgrab system statistics library
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Unix-Statgrab-0.109
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl statgrab
|
|
|
|
LIB_DEPENDS= sysutils/libstatgrab>=0.90
|
|
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -lstatgrab"
|
|
|
|
BUILD_DEPENDS= devel/p5-Config-AutoConf
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|