blob: f3eb9f0a72361f2d555918e761c308f6f55a6a8b (
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
|
PORTNAME= gp2c
DISTVERSION= 0.0.14
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
WWW= https://pari.math.u-bordeaux.fr/pub/pari/manuals/gp2c/gp2c.html
LICENSE= GPLv2
LIB_DEPENDS= libpari.so:math/pari
USES= perl5
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= check
.include <bsd.port.mk>
|