Edit

IABSD.fr/ports/textproc/p5-String-ShellQuote/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.

  • textproc/p5-String-ShellQuote/Makefile
  • # $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:08 naddy Exp $
    
    COMMENT=		Quote strings for passing through the shell
    
    MODULES=		cpan
    PKG_ARCH=		*
    DISTNAME=		String-ShellQuote-1.04
    REVISION=		0
    CATEGORIES=		textproc
    
    MAINTAINER=		Jasper Lievisse Adriaanse <jasper@openbsd.org>
    
    # perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    .include <bsd.port.mk>