Edit

IABSD.fr/ports/textproc/pear-XML-RSS/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-RSS/Makefile
  • # $OpenBSD: Makefile,v 1.15 2019/07/12 20:50:10 sthen Exp $
    
    COMMENT=	parser for RDF Site Summary files in PHP
    
    DISTNAME=	XML_RSS-1.0.2
    CATEGORIES=	textproc
    
    MODULES=	www/pear
    
    RUN_DEPENDS=	textproc/pear-XML-Parser>=1.0.1
    
    # PHP License
    PERMIT_PACKAGE=	Yes
    
    .include <bsd.port.mk>