Edit

IABSD.fr/ports/sysutils/p5-Proc-ProcessTable/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2017-09-23 10:51:07
    Hash : b0600caa
    Message : add c to WANTLIB for perl XS modules

  • sysutils/p5-Proc-ProcessTable/Makefile
  • # $OpenBSD: Makefile,v 1.26 2017/09/23 10:51:07 sthen Exp $
    
    COMMENT=	interface to the system's process table
    
    DISTNAME =	Proc-ProcessTable-0.53
    CATEGORIES=	sysutils
    REVISION =	0
    
    MAINTAINER=	William Yodlowsky <william@openbsd.org>
    
    # Artistic License
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c kvm perl
    
    MODULES=	cpan
    
    .include <bsd.port.mk>