aboutsummaryrefslogtreecommitdiff
path: root/net/vrrp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vrrp/Makefile')
-rw-r--r--net/vrrp/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/vrrp/Makefile b/net/vrrp/Makefile
new file mode 100644
index 000000000000..e5b4c0a6396a
--- /dev/null
+++ b/net/vrrp/Makefile
@@ -0,0 +1,16 @@
+# New ports collection Makefile for: vrrpd
+# Date created: 18 Feb 2001
+# Whom: Andy K <minosh@engineer.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= vrrpd
+PORTVERSION= 0.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.vrrp.net/pub/vrrpd/ \
+ ftp://ftp.tecc.co.uk/pub/vrrpd/
+
+MAINTAINER= minosh@engineer.com
+
+.include <bsd.port.mk>