Edit

IABSD.fr/ports/textproc/p5-XML-DOM/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/p5-XML-DOM/Makefile
  • COMMENT=	perl module to build DOM Level 1 structures
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME=	XML-DOM-1.46
    REVISION=	1
    CATEGORIES=	textproc
    
    # perl
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS=	textproc/p5-XML-Parser>=2.30	\
    		textproc/p5-Libxml		\
    		textproc/p5-XML-RegExp	\
    		www/p5-libwww
    
    .include <bsd.port.mk>