diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-04-06 12:42:39 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-04-06 12:42:39 +0000 |
commit | 3727a39ee9ee38db20a151e6a3fe479d5b17372e (patch) | |
tree | 68506dc9ec4f47488f23961d7f33a387bc3df787 /net/nmsg/Makefile | |
parent | fe0bd9cc865fa097d19c2b534f9f75f2fa743ea8 (diff) |
Notes
Diffstat (limited to 'net/nmsg/Makefile')
-rw-r--r-- | net/nmsg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmsg/Makefile b/net/nmsg/Makefile index 1a9511d5e12e..1e3794f13196 100644 --- a/net/nmsg/Makefile +++ b/net/nmsg/Makefile @@ -2,15 +2,15 @@ PORTNAME= nmsg PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= https://dl.farsightsecurity.com/dist/nmsg/ \ - LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= Network message encapsulation system LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ libxs.so:${PORTSDIR}/devel/libxs \ |