freebsd-ports/math/gp2c/Makefile
Yuri Victorovich 3064601ea2 math/pari: Update 2.13.4 -> 2.15.0
Reported by:	portscout
2022-09-27 19:25:36 -07:00

23 lines
434 B
Makefile

PORTNAME= gp2c
DISTVERSION= 0.0.12
PORTREVISION= 1
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
TEST_TARGET= check
.include <bsd.port.mk>