blob: 1568f857577ba7d625b3c30a2e53366009ab233f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: coccinnelle
# Date created: Sep 10, 2010
# Whom: Andriy Gapon
# $FreeBSD$
PORTNAME= coccinelle
DISTVERSION= 0.2.4rc5
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>
|