freebsd-ports/devel/py-statgrab/Makefile
Sergey Matveychuk d27bd894de - Update to 0.4
- Chase libstatgrab version

PR:		ports/84355
Submitted by:	maintainer
2005-07-31 10:12:19 +00:00

30 lines
900 B
Makefile

# New ports collection makefile for: py-statgrab
# Date created: 20 March 2004
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= statgrab
PORTVERSION= 0.4
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp.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.7:${PORTSDIR}/devel/libstatgrab
DIST_SUBDIR= i-scream
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>