Edit

IABSD.fr/ports/www/p5-LWP-Protocol-https/Makefile

Branch :

  • Show log

    Commit

  • Author : nigel
    Date : 2017-09-07 19:15:19
    Hash : 29bda78e
    Message : Update version to 6.07 Ok bluhm@

  • www/p5-LWP-Protocol-https/Makefile
  • # $OpenBSD: Makefile,v 1.4 2017/09/07 19:15:19 nigel Exp $
    
    COMMENT =	adds support for https to p5-libwww
    
    DISTNAME =	LWP-Protocol-https-6.07
    CATEGORIES =	www net security
    
    MAINTAINER =	Nigel Taylor <nigel@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE_CDROM =	Yes
    
    MODULES =	cpan
    PKG_ARCH =	*
    
    RUN_DEPENDS =	net/p5-Net-HTTP>=6 \
    		security/p5-IO-Socket-SSL>=1.54 \
    		security/p5-Mozilla-CA-Fake>=20110101 \
    		www/p5-libwww>=6.06
    
    TEST_DEPENDS =	devel/p5-Test-RequiresInternet
    
    .include <bsd.port.mk>