summaryrefslogtreecommitdiff
path: root/lang/nickle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/nickle/Makefile')
-rw-r--r--lang/nickle/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile
new file mode 100644
index 000000000000..04db138fa441
--- /dev/null
+++ b/lang/nickle/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: nickle
+# Date created: 16 April 2001
+# Whom: Christopher Elkins <chrise@scardini.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nickle
+PORTVERSION= 1.99.2
+CATEGORIES= lang
+MASTER_SITES= http://nickle.keithp.com/release/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+
+MAN1= nickle.1
+
+.include <bsd.port.mk>