16 lines
273 B
Makefile
16 lines
273 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= cgi_multipart_eof_fix
|
||
|
PORTVERSION= 2.5.0
|
||
|
CATEGORIES= www rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= ruby@FreeBSD.org
|
||
|
COMMENT= Fix an exploitable bug in CGI multipart parsing
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|