mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2261cd16cf
Reported by: portscout
28 lines
593 B
Makefile
28 lines
593 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opendht
|
|
DISTVERSION= 1.7.3
|
|
CATEGORIES= devel net
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Lightweight Distributed Hash Table implementation
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/../COPYING
|
|
|
|
LIB_DEPENDS= libopendht.so:devel/opendht \
|
|
libgnutls.so:security/gnutls
|
|
|
|
USES= cmake:outsource compiler:c++11-lib localbase python:3.4+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= savoirfairelinux
|
|
USE_PYTHON= distutils cython autoplist
|
|
|
|
WRKSRC_SUBDIR= python
|
|
|
|
post-stage:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/opendht.so
|
|
|
|
.include <bsd.port.mk>
|