aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-statgrab/Makefile
blob: 65000f84bf183652edb6250618fe4d460bcbaa4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    py-statgrab
# Date created:     20 March 2004
# Whom:         Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#

PORTNAME=   statgrab
PORTVERSION=    0.1
PORTREVISION=   1
CATEGORIES= devel python
MASTER_SITES=   ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
        http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
        ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
        http://www.i-scream.org/pub/i-scream/%SUBDIR%/
MASTER_SITE_SUBDIR= py${PORTNAME}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   py${PORTNAME}-${PORTVERSION}

MAINTAINER= tim@bishnet.net
COMMENT=    A set of Python bindings for libstatgrab

LIB_DEPENDS=    statgrab.5:${PORTSDIR}/devel/libstatgrab

DIST_SUBDIR=    i-scream
USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>