svn commit: r383545 - head/net/p5-Net-Nmsg

Don Lewis truckman at FreeBSD.org
Tue Apr 7 22:20:27 UTC 2015


Author: truckman
Date: Tue Apr  7 22:20:26 2015
New Revision: 383545
URL: https://svnweb.freebsd.org/changeset/ports/383545

Log:
  Add LICENSE_FILE and bump PORTREVISION.
  
  Differential Revision:	https://reviews.freebsd.org/D2247
  Approved by:	mat (mentor)
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/net/p5-Net-Nmsg/Makefile

Modified: head/net/p5-Net-Nmsg/Makefile
==============================================================================
--- head/net/p5-Net-Nmsg/Makefile	Tue Apr  7 22:14:16 2015	(r383544)
+++ head/net/p5-Net-Nmsg/Makefile	Tue Apr  7 22:20:26 2015	(r383545)
@@ -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 at 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 \


More information about the svn-ports-all mailing list