Edit

IABSD.fr/ports/textproc/p5-Text-WikiFormat/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-Text-WikiFormat/Makefile
  • # $OpenBSD: Makefile,v 1.4 2007/09/15 20:59:40 merdely Exp $
    
    COMMENT=	translate Wiki formatted text into other formats
    
    DISTNAME=	Text-WikiFormat-0.78
    PKGNAME=	p5-${DISTNAME}p0
    CATEGORIES=	textproc
    MODULES=	cpan
    
    MAINTAINER=	Deanna Phillips <deanna@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    BUILD_DEPENDS=	${RUN_DEPENDS}
    RUN_DEPENDS=	::www/p5-URI
    
    .include <bsd.port.mk>