freebsd-ports/devel/py-statgrab/Makefile
Tim Bishop ff382967a7 Use ftp.mirrorservice.org instead of ftp.uk.i-scream.org.
% host ftp.uk.i-scream.org
ftp.uk.i-scream.org is an alias for ftp.mirrorservice.org.
2014-10-22 17:59:00 +00:00

21 lines
563 B
Makefile

# 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/%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= Set of Python bindings for libstatgrab
LIB_DEPENDS= libstatgrab.so:${PORTSDIR}/devel/libstatgrab
USES= pkgconfig python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>