blob: 8cbb1efc5eaa2206dfd3e4534eb3b545166653ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: identify
# Version required: 0.7
# Date created: 13 March 1999
# Whom: nsayer@quack.kfu.com
#
# $Id: Makefile,v 1.1.1.1 1999/04/02 19:07:30 nsayer Exp $
#
DISTNAME= identify-0.7
CATEGORIES= net security
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/
MAINTAINER= nsayer@quack.kfu.com
BUILD_DEPEND= ${PORTSDIR}/security/libident
.include <bsd.port.mk>
|