diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/pari | |
parent | a7f42416d7a766482b1e0d1d8b9055c917426356 (diff) | |
download | ports-1df1a17abc224c7b035253c7089ca62f3b56a87a.tar.gz ports-1df1a17abc224c7b035253c7089ca62f3b56a87a.zip |
Notes
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index a8dfea709324..7f5bdd608e26 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: PARI -# Version required: 2.0.18b # Date created: 19 January 1999 # Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # # $FreeBSD$ # -DISTNAME= pari-2.0.18.beta -PKGNAME= pari-2.0.18b +PORTNAME= pari +PORTVERSION= 2.0.18b CATEGORIES= math MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.0/ +DISTNAME= pari-2.0.18.beta MAINTAINER= yoshiaki@kt.rim.or.jp |