ports/net/py-pyfixbuf/Makefile
Rene Ladan 19d68720f1 all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.

Reviewed by:	acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision:	https://reviews.freebsd.org/D45141
2024-07-01 22:27:23 +02:00

28 lines
746 B
Makefile

PORTNAME= pyfixbuf
PORTVERSION= 0.9.0
CATEGORIES= net python
MASTER_SITES= https://tools.netsa.cert.org/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python API for libfixbuf
WWW= https://tools.netsa.cert.org/pyfixbuf/
LICENSE= GPLR LGPL21
LICENSE_COMB= multi
LICENSE_NAME_GPLR= Government Purpose License Rights
LICENSE_FILE_GPLR= ${WRKSRC}/LICENSE-OPENSOURCE.txt
LICENSE_PERMS_GPLR= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libfixbuf.so:net/libfixbuf
USES= compiler pkgconfig python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang
CPPFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.post.mk>