blob: c2c1a554c67eb828e8c8565970aa3ce1a5ce4808 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ex:ts=8
# Ports collection makefile for: py-fortran
# Date created: Jul 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fortran
PORTVERSION= 8.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyfortran
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyfort-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Creating extensions to the Python language with Fortran routines
RUN_DEPENDS= ${PYNUMERIC}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/p/P/}
.include <bsd.port.mk>
|