Edit

IABSD.fr/ports/net/iprange/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:17:59
    Hash : a34bba28
    Message : MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use

  • net/iprange/Makefile
  • COMMENT =		manage IPv4 ranges
    
    V =			1.0.4
    DISTNAME =		iprange-${V}
    CATEGORIES =		net
    REVISION =		0
    
    HOMEPAGE =		https://github.com/firehol/iprange
    
    MAINTAINER =		Kurt Mosiejczuk <kmos@openbsd.org>
    
    # GPL2+
    PERMIT_PACKAGE =	Yes
    
    SITES =		https://github.com/firehol/iprange/releases/download/v${V}/
    
    WANTLIB =  c pthread
    
    CONFIGURE_STYLE =	autoconf
    
    AUTOCONF_VERSION =	2.69
    
    .include <bsd.port.mk>