Edit

IABSD.fr/ports/textproc/cmark/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:24:07
    Hash : 940b0670
    Message : bump REVISION for py3.10 -> py3.11 switch

  • textproc/cmark/Makefile
  • COMMENT =	CommonMark parsing and rendering library and program in C
    
    GH_ACCOUNT =	commonmark
    GH_PROJECT =	cmark
    GH_TAGNAME =	0.30.3
    REVISION =	0
    
    SHARED_LIBS +=	cmark                     0.1 # 0.29
    
    CATEGORIES =	textproc
    
    MAINTAINER =	Jan Klemkow <j.klemkow@wemelug.de>
    
    HOMEPAGE =	https://commonmark.org/
    
    # BSD2
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c
    
    MODULES =	devel/cmake \
    		lang/python
    
    # tests only
    MODPY_RUNDEP =		No
    
    .include <bsd.port.mk>