aboutsummaryrefslogtreecommitdiff
path: root/devel/jech-dht/Makefile
blob: bfd86757da5b0643c0a44f2257fb84e3f9d2ee4b (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
# New ports collection makefile for: jech-dht
# Date created: July 28, 2012
# Whom:		Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=	dht
PORTVERSION=	0.21
CATEGORIES=	devel
MASTER_SITES=	http://www.pps.univ-paris-diderot.fr/~jch/software/files/

MAINTAINER=	mi@aldan.algebra.com
COMMENT=	Mainline variant of Kademlia Distributed Hash Table (DHT)

LICENSE=	MIT

MAKEFILE=	${FILESDIR}/BSDmakefile
USE_LDCONFIG=	yes

pre-su-install:
	${MKDIR} ${PREFIX}/include/dht

.include <bsd.port.mk>