1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/py-statgrab/Makefile
Tim Bishop 44360b4b35 - Update libstatgrab to 0.13
- Fix broken MASTER_SITES
- Bump PORTREVISION and dependency in dependent ports
2006-03-20 10:18:18 +00:00

32 lines
918 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
PORTREVISION= 1
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/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp2.uk.i-scream.org/mirror/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= tdb@FreeBSD.org
COMMENT= A set of Python bindings for libstatgrab
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
DIST_SUBDIR= i-scream
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>