Edit

IABSD.fr/ports/sysutils/p5-Filesys-Df/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-Filesys-Df/Makefile
  • # $OpenBSD: Makefile,v 1.13 2016/03/20 19:57:02 naddy Exp $
    
    COMMENT=		filesystem disk space information
    
    DISTNAME=		Filesys-Df-0.92
    REVISION=		5
    CATEGORIES=		sysutils
    
    # XXX Force dependency on libc; this doesn't actually use libc, but doing
    #     this ensures that changes to syscalls alter the package signature.
    WANTLIB += c perl
    
    # Artistic
    PERMIT_PACKAGE_CDROM=   Yes
    
    MODULES=		cpan
    
    .include <bsd.port.mk>