Edit

IABSD.fr/ports/textproc/p5-Text-Autoformat/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/p5-Text-Autoformat/Makefile
  • COMMENT=		automatic text wrapping and reformatting
    
    MODULES=		cpan
    PKG_ARCH=		*
    DISTNAME=		Text-Autoformat-1.75
    CATEGORIES=		textproc
    REVISION=		0
    
    EPOCH=			0
    
    # Artistic
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS=		textproc/p5-Text-Reform
    
    DOT_FILES=		${FILESDIR}/dot.emacs ${FILESDIR}/dot.vimrc
    SAMPLE_DIR=		${PREFIX}/share/examples/p5-Text-Autoformat
    
    post-install:
    			${INSTALL_DATA_DIR} ${SAMPLE_DIR}
    			${INSTALL_DATA} ${DOT_FILES} ${SAMPLE_DIR}
    
    .include <bsd.port.mk>