blob: 07bd3c25c3024737a73b52d096f850d0900b4395 (
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
24
|
# Created by: Andriy Gapon
# $FreeBSD$
PORTNAME= coccinelle
DISTVERSION= 1.0.0-rc19
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 tar:tgz
GNU_CONFIGURE= yes
USE_PERL5= build
USE_PYTHON= yes
USE_OCAML= 3.0+
MAKE_ARGS+= PYTHON_VERSION=${PYTHON_VER}
CONFIGURE_ENV+= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD}
.include <bsd.port.mk>
|