mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
86cb7fdf7f
Reported by: itetcu Reviewed by: bapt
35 lines
809 B
Makefile
35 lines
809 B
Makefile
# $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
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|