blob: f8054d9978725bffefff33d8d846d9b45799193e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: tas
# Date created: 25 December 2000
# Whom: Anton Voronin <anton@urc.ac.ru>
#
# $FreeBSD$
#
PORTNAME= tas
PORTVERSION= 1.2.1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.chelcom.ru/~anton/projects/tas/
DISTNAME= tas-${PORTVERSION}
MAINTAINER= anton@chelcom.ru
COMMENT= Traffic accounting system
BROKEN= Incomplete pkg-plist
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
WRKSRC= ${WRKDIR}/tas
NO_BUILD= YES
.include <bsd.port.mk>
|