Edit

IABSD.fr/ports/textproc/pear-XML-Tree/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/pear-XML-Tree/Makefile
  • # $OpenBSD: Makefile,v 1.14 2019/07/12 20:50:10 sthen Exp $
    
    COMMENT=	classes to represent XML data in PHP
    
    DISTNAME=	XML_Tree-1.1
    REVISION =	3
    CATEGORIES=	textproc
    
    MODULES=	www/pear
    
    RUN_DEPENDS=	textproc/pear-XML-Parser
    
    # PHP License
    PERMIT_PACKAGE=	Yes
    
    .include <bsd.port.mk>