freebsd-ports/devel/py-statgrab/Makefile
Dmitry Marakasov 7fb12d0c8c - Document incompatibility with python 3.7+
Approved by:	portmgr blanket
2019-04-05 16:56:41 +00:00

20 lines
532 B
Makefile

# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$
PORTNAME= statgrab
PORTVERSION= 0.7
CATEGORIES= devel python
MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/py${PORTNAME}/ \
http://ftp.i-scream.org/pub/i-scream/py${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= tdb@FreeBSD.org
COMMENT= Set of Python bindings for libstatgrab
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
USES= pkgconfig python:-3.6
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>