summaryrefslogtreecommitdiff
path: root/devel/coccinelle/Makefile
blob: 2851950d7f83988bdd2f918cd89fcf44b768865f (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
# Created by: Andriy Gapon
# $FreeBSD$

PORTNAME=	coccinelle
DISTVERSION=	1.0.0-rc22
CATEGORIES=	devel
MASTER_SITES=	http://coccinelle.lip6.fr/distrib/

MAINTAINER=	avg@icyb.net.ua
COMMENT=	Program matching and transformation engine

LICENSE=	GPLv2

LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre

USES=		gmake perl5 pkgconfig:build python tar:tgz
GNU_CONFIGURE=	yes
USE_PERL5=	build
USE_OCAML=	3.0+
MAKE_ARGS+=	PYTHON_VERSION=${PYTHON_VER}
CONFIGURE_ENV+=	PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD}

.include <bsd.port.mk>