aboutsummaryrefslogtreecommitdiff
path: root/math/libbraiding/Makefile
blob: 85dcda45d7484cec08d3856fa155b4d0c07cf7a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: thierry@pompo.net

PORTNAME=	libbraiding
PORTVERSION=	1.1
CATEGORIES=	math

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	C++ library for computations on braid groups

LICENSE=	GPLv3

USE_GITHUB=	yes
GH_ACCOUNT=	miguelmarco

USES=		autoreconf libtool

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>