aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvs2cl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvs2cl/Makefile')
-rw-r--r--devel/cvs2cl/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile
new file mode 100644
index 000000000000..61bb7476d3e9
--- /dev/null
+++ b/devel/cvs2cl/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: cvs2cl
+# Date created: 6 June 2000
+# Whom: knu@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= cvs2cl
+PORTVERSION= 2.4
+CATEGORIES= devel
+MASTER_SITES= http://people.FreeBSD.org/~knu/ports/distfiles/
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_PERL5= YES
+NO_BUILD= YES
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>