summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-04-07 22:20:26 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-04-07 22:20:26 +0000
commita08decdb409e671108800efead9b9902bbce131a (patch)
tree3d0ff6604b529bba53feebe643ae27ab911d36bc
parentUpgrade from 3.0.0-rc4 to 3.0.0. (diff)
Add LICENSE_FILE and bump PORTREVISION.
Differential Revision: https://reviews.freebsd.org/D2247 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
Diffstat (limited to '')
-rw-r--r--net/p5-Net-Nmsg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Net-Nmsg/Makefile b/net/p5-Net-Nmsg/Makefile
index 98a98fdc076f..da5133fa207b 100644
--- a/net/p5-Net-Nmsg/Makefile
+++ b/net/p5-Net-Nmsg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Net-Nmsg
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \
CPAN
@@ -12,6 +13,7 @@ MAINTAINER= truckman@FreeBSD.org
COMMENT= Net::Nmsg is a perl binding to libnmsg
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libnmsg.so:${PORTSDIR}/net/nmsg
RUN_DEPENDS= p5-Math-Int64>=0:${PORTSDIR}/math/p5-Math-Int64 \