Edit

IABSD.fr/ports/sysutils/p5-File-Monitor/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • sysutils/p5-File-Monitor/Makefile
  • # $OpenBSD: Makefile,v 1.3 2016/03/20 19:57:02 naddy Exp $
    
    COMMENT=	monitor files and directories for changes
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    DISTNAME=	File-Monitor-1.00
    
    CATEGORIES=	sysutils
    
    # Perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    CPAN_AUTHOR=	ANDYA
    
    MODCPAN_EXAMPLES=	Yes
    
    .include <bsd.port.mk>