svn commit: r384047 - head/net/net6
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 15 13:14:00 UTC 2015
Author: amdmi3
Date: Wed Apr 15 13:13:59 2015
New Revision: 384047
URL: https://svnweb.freebsd.org/changeset/ports/384047
Log:
- Fix LICENSE
- Add LICENSE_FILE
- Add CPE info
Modified:
head/net/net6/Makefile
Modified: head/net/net6/Makefile
==============================================================================
--- head/net/net6/Makefile Wed Apr 15 13:13:21 2015 (r384046)
+++ head/net/net6/Makefile Wed Apr 15 13:13:59 2015 (r384047)
@@ -10,16 +10,19 @@ MASTER_SITES= http://releases.0x539.de/n
MAINTAINER= ports at FreeBSD.org
COMMENT= Network access framework for IPv4/IPv6
-LICENSE= GPLv2
+LICENSE= LGPL20 # or later (COPYING is LGPL21)
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
libgnutls.so:${PORTSDIR}/security/gnutls
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= libtool pathfix pkgconfig
+USES= cpe libtool pathfix pkgconfig
USE_LDCONFIG= yes
+CPE_VENDOR= armin_burgmeier
+
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
More information about the svn-ports-all
mailing list