Edit

IABSD.fr/ports/sysutils/p5-Sys-Virt/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2026-09-04 07:29:13
    Hash : 675f215b
    Message : Update to p5-Sys-Virt-12.7.0.

  • sysutils/p5-Sys-Virt/Makefile
  • COMMENT=		represent and manage a libvirt hypervisor connection
    
    V=			12.7.0
    DISTNAME=		Sys-Virt-v${V}
    PKGNAME=		p5-Sys-Virt-${V}
    
    SUBST_VARS=		DISTNAME
    
    CATEGORIES=		sysutils
    
    HOMEPAGE=		https://libvirt.org/
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # perl
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c perl virt
    
    MODULES=		cpan
    
    MODCPAN_EXAMPLES=	Yes
    CPAN_AUTHOR=		DANBERR
    
    CONFIGURE_STYLE=	modbuild
    
    BUILD_DEPENDS=		devel/p5-Module-Build
    
    LIB_DEPENDS=		sysutils/libvirt
    
    RUN_DEPENDS=		textproc/p5-XML-XPath
    
    # needs Test::CPAN::Changes
    TEST_DEPENDS=		devel/p5-Test-Pod \
    			devel/p5-Test-Pod-Coverage
    
    .include <bsd.port.mk>