Fri Jan 29 10:43:14 2016 UTC ()
Add LICENSE (2-clause-bsd, not exactly but close enough).


(jperkin)
diff -r1.41 -r1.42 pkgsrc/security/tcp_wrappers/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/security/tcp_wrappers/Makefile (expand / switch to unified diff)

--- pkgsrc/security/tcp_wrappers/Makefile 2014/11/21 01:05:13 1.41
+++ pkgsrc/security/tcp_wrappers/Makefile 2016/01/29 10:43:14 1.42
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.41 2014/11/21 01:05:13 obache Exp $ 1# $NetBSD: Makefile,v 1.42 2016/01/29 10:43:14 jperkin Exp $
2 2
3DISTNAME= tcp_wrappers_7.6-ipv6.4 3DISTNAME= tcp_wrappers_7.6-ipv6.4
4PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/} 4PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/}
5CATEGORIES= security net 5CATEGORIES= security net
6MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ 6MASTER_SITES= ftp://ftp.porcupine.org/pub/security/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html 9HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html
10COMMENT= Monitor and filter incoming requests for network services 10COMMENT= Monitor and filter incoming requests for network services
 11LICENSE= 2-clause-bsd # not exactly but close enough
11 12
12USE_LIBTOOL= yes 13USE_LIBTOOL= yes
13 14
14PKG_OPTIONS_VAR= PKG_OPTIONS.tcp_wrappers 15PKG_OPTIONS_VAR= PKG_OPTIONS.tcp_wrappers
15PKG_SUPPORTED_OPTIONS= inet6 16PKG_SUPPORTED_OPTIONS= inet6
16PKG_SUGGESTED_OPTIONS= inet6 17PKG_SUGGESTED_OPTIONS= inet6
17 18
18.include "../../mk/bsd.options.mk" 19.include "../../mk/bsd.options.mk"
19 20
20BUILD_TARGET.${OPSYS}?= generic # good luck! 21BUILD_TARGET.${OPSYS}?= generic # good luck!
21BUILD_TARGET.Darwin= netbsd 22BUILD_TARGET.Darwin= netbsd
22BUILD_TARGET.Interix= netbsd 23BUILD_TARGET.Interix= netbsd
23BUILD_TARGET.Haiku= netbsd 24BUILD_TARGET.Haiku= netbsd