Edit

IABSD.fr/ports/net/dnstop/Makefile

Branch :

  • Show log

    Commit

  • Author : giovanni
    Date : 2025-02-18 16:12:06
    Hash : 744e47c5
    Message : update to 20240708 version

  • net/dnstop/Makefile
  • COMMENT =		pcap-based DNS query monitor
    
    DISTNAME =		dnstop-20240708
    CATEGORIES =		net
    
    GH_ACCOUNT =		measurement-factory
    GH_PROJECT =		dnstop
    GH_COMMIT =		aaf21ba3426b9cc612e7bc8c87ed5beb160e0cdc
    
    # 3-clause BSD
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += 		c curses pcap
    
    CONFIGURE_STYLE =	gnu
    
    HOMEPAGE =		http://dns.measurement-factory.com/tools/dnstop/
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>