Edit

IABSD.fr/ports/textproc/p5-XML-RSSLite/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-XML-RSSLite/Makefile
  • # $OpenBSD: Makefile,v 1.8 2019/07/12 20:50:09 sthen Exp $
    
    COMMENT=	lightweight, 'relaxed' RSS (and XML-ish) parser
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME =	XML-RSSLite-0.15
    CATEGORIES=	textproc
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    EXTRACT_SUFX = 		.tgz
    
    .include <bsd.port.mk>