Edit

IABSD.fr/ports/textproc/p5-Libxml/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • textproc/p5-Libxml/Makefile
  • # $OpenBSD: Makefile,v 1.15 2019/07/12 20:50:03 sthen Exp $
    
    COMMENT=	perl module collection for working with XML
    
    MODULES=	cpan
    PKG_ARCH=	*
    VERSION=	0.08
    DISTNAME=	libxml-perl-${VERSION}
    PKGNAME=	p5-Libxml-${VERSION}
    REVISION=	2
    CATEGORIES=	textproc
    MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=XML/}
    
    RUN_DEPENDS=	textproc/p5-XML-Parser>=2.19
    BUILD_DEPENDS=	${RUN_DEPENDS}
    
    # GPL/Artistic
    PERMIT_PACKAGE=	Yes
    
    .include <bsd.port.mk>