f6ab14221b
- gp2c: Package for translating GP routines into C - pari_elldata: Elliptic Curve Data for PARI/GP - pari_galdata: Data needed by PARI/GP for polgalois - pari_galpol: Database of Galois polynomials for PARI/GP - pari_nftables: Repackaging of the historical megrez number field tables - pari_seadata: Modular polynomials for PARI/GP
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gp2c
|
|
DISTVERSION= 0.0.11pl3
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/GP2C/
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Package for translating GP routines into C
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpari.so:math/pari
|
|
|
|
USES= perl5
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|