blob: 6ff0df340d4d5779d4f5126de283aad6de0eb4c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= libndp
PORTVERSION= 1.8
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Neighbor discovery library
WWW= https://github.com/jpirko/libndp
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= jpirko
.include <bsd.port.mk>
|