1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/math/gp2c/Makefile
2021-04-06 16:31:07 +02:00

24 lines
381 B
Makefile

# Created by: thierry@pompo.net
PORTNAME= gp2c
DISTVERSION= 0.0.12
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>