ce9d7e96db
- Add license information (MIT) - Add dependency on lang/owl-lisp instead of letting the build phase fetch a copy from GitHub. PR: 212825 Submitted by: maintainer MFH: 2017Q4 (+ r454076, r454078)
23 lines
375 B
Makefile
23 lines
375 B
Makefile
# Created by: Jukka Ukkonen <jau@iki.fi>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= radamsa
|
|
PORTVERSION= 0.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= jau@iki.fi
|
|
COMMENT= General purpose fuzzer
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= aoh
|
|
|
|
BUILD_DEPENDS= ol:lang/owl-lisp
|
|
|
|
PLIST_FILES= bin/radamsa \
|
|
man/man1/radamsa.1.gz
|
|
|
|
.include <bsd.port.mk>
|