Edit

IABSD.fr/ports/textproc/p5-Sourcecode-Spellchecker/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-Sourcecode-Spellchecker/Makefile
  • # $OpenBSD: Makefile,v 1.5 2020/07/03 21:45:49 sthen Exp $
    
    COMMENT =	perl module for spell-checking source code
    
    DISTNAME =	Sourcecode-Spellchecker-0.03
    REVISION =	1
    
    CATEGORIES =	textproc devel
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =		cpan
    PKG_ARCH =		*
    
    CPAN_AUTHOR =		ZBLAIR
    
    post-install:
    	${INSTALL_SCRIPT} ${WRKSRC}/script/spellcheck_source.pl \
    		${PREFIX}/bin/
    
    .include <bsd.port.mk>