Edit

IABSD.fr/ports/www/p5-REST-Client/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2023-11-01 21:04:53
    Hash : 0c8a23d9
    Message : import p5-REST-Client 281 OK benoit@ sthen@ Comment: simple client for interacting with RESTful http/https Description: REST::Client provides a simple way to interact with HTTP RESTful resources.

  • www/p5-REST-Client/Makefile
  • COMMENT =	simple client for interacting with RESTful http/https
    
    DISTNAME =	REST-Client-281
    
    CATEGORIES =	www
    
    MAINTAINER =		Alexander Bluhm <bluhm@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =		cpan
    
    RUN_DEPENDS =		textproc/p5-XML-LibXML \
    			www/p5-LWP-Protocol-https \
    			www/p5-URI \
    			www/p5-libwww
    TEST_DEPENDS =		www/p5-HTTP-Server-Simple
    
    PKG_ARCH =		*
    
    .include <bsd.port.mk>