1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/py-statgrab/Makefile
Pav Lucistnik 678a91d46d - Update to 0.2
PR:		ports/67417
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-05-31 23:09:28 +00:00

29 lines
785 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.2
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>