Edit

IABSD.fr/ports/sysutils/p5-Filesys-Notify-Simple/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/p5-Filesys-Notify-Simple/Makefile
  • # $OpenBSD: Makefile,v 1.5 2019/07/12 20:49:47 sthen Exp $
    
    COMMENT =		simple and dumb file system watcher
    
    MODULES =		cpan
    PKG_ARCH =		*
    DISTNAME =		Filesys-Notify-Simple-0.12
    CATEGORIES =		sysutils
    MAINTAINER =		Abel Abraham Camarillo Ojeda <acamari@verlet.org>
    
    BUILD_DEPENDS =		devel/p5-Test-SharedFork
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    .include <bsd.port.mk>