freebsd-ports/net/py-pyfixbuf/Makefile
Rene Ladan 0bb581cd3c Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6)
2021-01-10 16:04:33 +00:00

23 lines
581 B
Makefile

# $FreeBSD$
PORTNAME= pyfixbuf
PORTVERSION= 0.8.1
CATEGORIES= net python
MASTER_SITES= https://tools.netsa.cert.org/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python API for libfixbuf
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= pkgconfig python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>