Edit

IABSD.fr/ports/sysutils/p5-Unix-Statgrab/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • sysutils/p5-Unix-Statgrab/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>