ports/devel/py-statgrab/Makefile
2024-06-03 17:18:14 +01:00

21 lines
631 B
Makefile

PORTNAME= statgrab
PORTVERSION= 0.7.3
CATEGORIES= devel python
MASTER_SITES= https://github.com/libstatgrab/pystatgrab/releases/download/PYSTATGRAB_${PORTVERSION:S/./_/g}/ \
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
WWW= https://libstatgrab.org/pystatgrab/
LICENSE= LGPL21
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
USES= pkgconfig python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>