freebsd-ports/lang/f2py/Makefile
Yen-Ming Lee 221d70bed6 fix PLIST problem
PR:		56697
Submitted by:	leeym
2003-09-23 09:58:48 +00:00

24 lines
540 B
Makefile

# ex:ts=8
# Ports collection makefile for: f2py
# Date created: Jun 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= f2py
PORTVERSION= 2.13.175.1250
CATEGORIES= lang python
MASTER_SITES= http://cens.ioc.ee/projects/f2py2e/2.x/
DISTNAME= ${PORTNAME:U}-2.13.175-1250
MAINTAINER= ports@FreeBSD.org
COMMENT= Fortran to Python Interface Generator
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_SUB= _PYTHON_VERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>