summaryrefslogtreecommitdiff
path: root/security/fsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/fsh/Makefile')
-rw-r--r--security/fsh/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile
new file mode 100644
index 000000000000..aea64128d1dc
--- /dev/null
+++ b/security/fsh/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: fsh
+# Date created: Thu Jan 24 03:37:54 JST 2002
+# Whom: sumikawa
+#
+# $FreeBSD$
+
+PORTNAME= fsh
+PORTVERSION= 1.2
+CATEGORIES= security
+MASTER_SITES= http://www.lysator.liu.se/fsh/
+
+MAINTAINER= sumikawa@FreeBSD.org
+
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>