1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/py-ctags: Fix build with llvm15

- Add LICENCE LGPL20

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-06-04 14:26:30 +02:00
parent ba903e3005
commit b17f1122ce

View File

@ -1,6 +1,6 @@
PORTNAME= ctags
PORTVERSION= 1.0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,7 +10,15 @@ MAINTAINER= ahkdiep@gmail.com
COMMENT= Python bindings for ctags index file
WWW= https://pypi.org/project/python-ctags/
LICENSE= LGPL20+
USES= python:3.6-3.9
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>