Edit

IABSD.fr/ports/textproc/p5-Template-Plugin-Number-Format/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-Template-Plugin-Number-Format/Makefile
  • # $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:09 naddy Exp $
    
    COMMENT= 	plugin/filter interface to Number::Format
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME =	Template-Plugin-Number-Format-1.06
    CATEGORIES=	textproc
    
    # Artistic
    PERMIT_PACKAGE_CDROM=	Yes
    
    RUN_DEPENDS=	textproc/p5-Number-Format \
    		textproc/p5-Template
    
    .include <bsd.port.mk>