summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-01-29 10:43:14 +0000
committerjperkin <jperkin>2016-01-29 10:43:14 +0000
commita554d45251c0c6f89305e174757e47e0d0832230 (patch)
treeabb2fef3f3ee89c8edf198069f70687fd7049312
parentd6fe121782396338fe1eac2010377f48388e454e (diff)
downloadpkgsrc-a554d45251c0c6f89305e174757e47e0d0832230.tar.gz
Add LICENSE (2-clause-bsd, not exactly but close enough).
-rw-r--r--security/tcp_wrappers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index 1bb78b1be3f..e5755a0f948 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2014/11/21 01:05:13 obache Exp $
+# $NetBSD: Makefile,v 1.42 2016/01/29 10:43:14 jperkin Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.4
PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/}
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/pub/security/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html
COMMENT= Monitor and filter incoming requests for network services
+LICENSE= 2-clause-bsd # not exactly but close enough
USE_LIBTOOL= yes