Edit

IABSD.fr/ports/textproc/uni/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2021-03-08 13:59:23
    Hash : 3046e077
    Message : bump the golang ports so that pkg_add -u knows to update them

  • textproc/uni/Makefile
  • # $OpenBSD: Makefile,v 1.3 2021/03/08 13:59:29 sthen Exp $
    
    COMMENT =	query the unicode database from the commandline
    
    MODGO_MODNAME =	arp242.net/uni
    MODGO_VERSION =	v1.1.1
    DISTNAME =	uni-${MODGO_VERSION}
    REVISION =	0
    
    CATEGORIES =	textproc
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c pthread
    
    MODULES =	lang/go
    MODGO_MODULES =	\
    	golang.org/x/sys	v0.0.0-20191120155948-bd437916bb0e
    
    .include <bsd.port.mk>