mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bebf3178ae
EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
20 lines
447 B
Makefile
20 lines
447 B
Makefile
# Created by: Jukka Ukkonen <jau@iki.fi>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= radamsa
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://ouspg.googlecode.com/files/
|
|
|
|
MAINTAINER= jau@iki.fi
|
|
COMMENT= General purpose fuzzer
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
|
EXPIRATION_DATE= 2017-04-30
|
|
|
|
PLIST_FILES= bin/radamsa \
|
|
man/man1/radamsa.1.gz
|
|
|
|
.include <bsd.port.mk>
|