Created
November 28, 2013 13:27
-
-
Save kaworu/7691821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by: Andriy Gapon | |
# $FreeBSD: head/devel/coccinelle/Makefile 327722 2013-09-20 17:03:26Z bapt $ | |
PORTNAME= coccinelle | |
DISTVERSION= 1.0.0-rc18 | |
CATEGORIES= devel | |
MASTER_SITES= http://coccinelle.lip6.fr/distrib/ | |
EXTRACT_SUFX= .tgz | |
MAINTAINER= [email protected] | |
COMMENT= Coccinelle is a program matching and transformation engine | |
USES= gmake perl5 | |
GNU_CONFIGURE= yes | |
USE_PERL5= build | |
USE_PYTHON= 2.5+ | |
USE_OCAML= 3.0+ | |
MAN1= spatch.1 | |
.include <bsd.port.mk> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment