1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/science/py-paida/Makefile
Martin Wilke e88d420171 - Update to 3.2.1.2.10
PR:		125749
Submitted by:	Wen heping <wenheping@gmail.com>
2008-07-18 20:45:17 +00:00

27 lines
600 B
Makefile

# New ports collection makefile for: paida
# Date created: 2005-07-17
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= paida
PORTVERSION= 3.2.1.2.10
CATEGORIES= science python
MASTER_SITES= SF/paida
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-3.2.1_2.10.1
MAINTAINER= wenheping@gmail.com
COMMENT= Pure Python scientific analysis package
.if !defined(NO_GUI)
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
.endif
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 3.2.1_2.10.1
.include <bsd.port.mk>