Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2020-07-03 21:44:29
    Hash : 95d31a4b
    Message : bump for search.cpan.org->metacpan.org change

  • sysutils/p5-Unix-PID/Makefile
  • # $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:44 sthen Exp $
    
    COMMENT=	interface for getting PID info
    
    DISTNAME=	Unix-PID-0.23
    CATEGORIES=	sysutils
    REVISION=	1
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    RUN_DEPENDS=	devel/p5-List-Cycle \
    		math/p5-Math-Fibonacci-Phi
    BUILD_DEPENDS=	${RUN_DEPENDS}
    
    .include <bsd.port.mk>