7e34618502
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
32 lines
777 B
Makefile
32 lines
777 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
|
|
|
|
USES= gmake perl5
|
|
|
|
.include <bsd.port.mk>
|