Edit

IABSD.fr/ports/textproc/codesearch/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-03-07 21:36:41
    Hash : a98e0e66
    Message : remove rcs IDs in ports that I maintain

  • textproc/codesearch/Makefile
  • COMMENT=	fast, indexed regexp search over large file trees
    
    V=		1.2.0
    MODGO_MODNAME=	github.com/google/codesearch
    MODGO_VERSION=	v$V
    
    DISTNAME=	codesearch-v$V
    PKGNAME=	codesearch-$V
    REVISION=	1
    
    CATEGORIES=	textproc devel
    
    HOMEPAGE=	https://github.com/google/codesearch
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MAINTAINER=	Stuart Henderson <stu.ports@spacehopper.org>
    MODULES=	lang/go
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>