aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-statgrab/Makefile
blob: 8af0235f87de94f18fc325fa945a3bb3e30e0730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$

PORTNAME=   statgrab
PORTVERSION=    0.6
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:${PORTSDIR}/devel/libstatgrab

USES=       pkgconfig python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>