diff options
Diffstat (limited to 'net/tas/Makefile')
-rw-r--r-- | net/tas/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/tas/Makefile b/net/tas/Makefile deleted file mode 100644 index 1c2ca1a5e787..000000000000 --- a/net/tas/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/tas/ -DISTNAME= tas-${PORTVERSION} - -MAINTAINER= anton@chelcom.ru -COMMENT= Traffic accounting system - -WRKSRC= ${WRKDIR}/tas - -NO_BUILD= YES - -.include <bsd.port.mk> |