blob: d2f54d80c5ecdd6f899be7d34926b855e5d749d8 (
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
24
|
PORTNAME= cliquer
PORTVERSION= 1.22
DISTVERSIONPREFIX= v
CATEGORIES= math
#MASTER_SITES= http://users.aalto.fi/~pat/cliquer/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Routines for clique searching
WWW= https://users.aalto.fi/~pat/cliquer.html
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= dimpase
GH_PROJECT= autocliquer
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
TEST_TARGET= check
.include <bsd.port.mk>
|