Edit

IABSD.fr/ports/sysutils/sslmate/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

  • sysutils/sslmate/Makefile
  • # $OpenBSD: Makefile,v 1.12 2019/07/12 20:49:52 sthen Exp $
    
    COMMENT =		client for the sslmate.com online certificate service
    
    DISTNAME =		sslmate-1.7.0
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://sslmate.com/
    MASTER_SITES =		https://packages.sslmate.com/other/
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    RUN_DEPENDS =		www/p5-libwww \
    			www/p5-LWP-Protocol-https
    
    NO_CONFIGURE =		Yes
    NO_BUILD =		Yes
    
    FAKE_FLAGS =		PREFIX="${PREFIX}" \
    			MANDIR="${PREFIX}/man"
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>