Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2020-07-03 21:44:29
    Hash : 95d31a4b
    Message : bump for search.cpan.org->metacpan.org change

  • textproc/p5-Text-Reform/Makefile
  • # $OpenBSD: Makefile,v 1.17 2020/07/03 21:45:51 sthen Exp $
    
    COMMENT=		perl module to formating plaintext
    
    MODULES=		cpan
    PKG_ARCH=		*
    DISTNAME=		Text-Reform-1.20
    CATEGORIES=		textproc
    REVISION=		1
    
    # Artistic
    PERMIT_PACKAGE=	Yes
    
    DEMOS_DIR =	${PREFIX}/share/examples/p5-Text-Reform
    
    post-install:
    	${INSTALL_DATA_DIR} ${DEMOS_DIR}
    	@cd ${WRKSRC}/demo/ && pax -rw . ${DEMOS_DIR}
                        
    .include <bsd.port.mk>