aboutsummaryrefslogtreecommitdiff
path: root/devel/coccinelle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/coccinelle/Makefile')
-rw-r--r--devel/coccinelle/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile
new file mode 100644
index 000000000000..f70e286d57e1
--- /dev/null
+++ b/devel/coccinelle/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: coccinnelle
+# Date created: Sep 10, 2010
+# Whom: Andriy Gapon
+# $FreeBSD$
+
+PORTNAME= coccinelle
+DISTVERSION= 0.2.4rc2
+CATEGORIES= devel
+MASTER_SITES= http://coccinelle.lip6.fr/distrib/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= avg@icyb.net.ua
+COMMENT= Coccinelle is a program matching and transformation engine
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_PERL5_BUILD=yes
+USE_PYTHON= 2.5+
+USE_OCAML= 3.0+
+
+MAN1= spatch.1
+
+.include <bsd.port.mk>