Edit

IABSD.fr/ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile

Branch :

  • Show log

    Commit

  • Author : merdely
    Date : 2007-09-15 20:59:36
    Hash : 213f5c62
    Message : Remove surrounding quotes in COMMENT-*/PERMIT_*

  • textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile
  • # $OpenBSD: Makefile,v 1.3 2007/09/15 20:59:39 merdely Exp $
    
    COMMENT= 	use shorter names in catalyst tt views
    
    MODULES=	cpan
    DISTNAME=	Catalyst-View-TT-FunctionGenerator-0.01
    CATEGORIES=	textproc devel
    
    # Artistic + GPL
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    RUN_DEPENDS=	::textproc/p5-Catalyst-View-TT \
    		::www/p5-Catalyst-Plugin-Singleton
    
    MAKE_ENV=	TEST_POD=Yes
    
    .include <bsd.port.mk>