blob: f95e7d66fc3abf6259c74b43348ef4fe118b8ff7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: tcp_wrapper
# Version required: 7.2
# Date created: 27 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.4 1995/02/15 19:13:55 ache Exp $
#
DISTNAME= tcp_wrappers_7.2
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
CATEGORIES+= networking
ALL_TARGET= freebsd
.include <bsd.port.mk>
|