Edit

IABSD.fr/ports/sysutils/tenshi/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/tenshi/Makefile
  • COMMENT =	log monitoring program to watch and report on log files
    
    VERSION =	0.17
    PKGNAME =	tenshi-${VERSION}
    DISTNAME =	tenshi-{}${VERSION}
    REVISION =	1
    
    WRKDIST =	${WRKDIR}/${PKGNAME}
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://www.inversepath.com/tenshi.html
    
    MAINTAINER =		Paul B. Henson <henson@acm.org>
    
    # ISC
    PERMIT_PACKAGE =	Yes
    
    SITES =			https://github.com/inversepath/tenshi/archive/
    
    RUN_DEPENDS =		devel/p5-IO-BufferedSelect
    
    NO_TEST =		Yes
    
    PKG_ARCH =		*
    
    .include <bsd.port.mk>