blob: 677e2a150928b34d6513fa0d27bf931c14146814 (
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
25
26
27
28
29
30
31
32
33
|
# $FreeBSD$
PORTNAME= creduce
#PORTVERSION= 2.0.1
DISTVERSION= 2.0.1
CATEGORIES= devel
#MASTER_SITES= http://embed.cs.utah.edu/creduce/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Produces small test cases
LICENSE= BSD
BUILD_DEPENDS= clang>=3.2:${PORTSDIR}/lang/clang
RUN_DEPENDS= clang>=3.2:${PORTSDIR}/lang/clang \
topformflat:${PORTSDIR}/devel/delta \
astyle:${PORTSDIR}/devel/astyle \
p5-Benchmark-Timer>=0:${PORTSDIR}/devel/p5-Benchmark-Timer \
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
USE_GITHUB= yes
GH_ACCOUNT= csmith-project
GH_TAGNAME= a2422d5
GH_COMMIT= a2422d5
GNU_CONFIGURE= yes
USES= gmake perl5
NO_STAGE= yes
.include <bsd.port.mk>
|