Edit

IABSD.fr/ports/sysutils/node-daemon/Makefile

Branch :

  • Show log

    Commit

  • Author : abieber
    Date : 2013-05-24 13:45:36
    Hash : 3018cf27
    Message : Bump daemon to the latest version for node 0.10.7 compat, also no longer ext OK jeremy@

  • sysutils/node-daemon/Makefile
  • # $OpenBSD: Makefile,v 1.6 2013/05/24 13:45:36 abieber Exp $
    
    COMMENT =	add-on for creating *nix daemons
    
    NPM_VERSION =	1.1.0
    NPM_NAME =	daemon
    CATEGORIES =	sysutils devel
    
    HOMEPAGE =	https://github.com/indexzero/daemon.node/
    
    # MIT
    PERMIT_PACKAGE_CDROM =	Yes
    
    MODULES =		lang/node
    
    CONFIGURE_STYLE =	npm
    
    # Needs a new devel/node-vows
    NO_TEST =		Yes
    
    .include <bsd.port.mk>