15 lines
264 B
Makefile
15 lines
264 B
Makefile
|
COMMENT = fast, primitive HTTP request parser
|
||
|
|
||
|
MODULES = cpan
|
||
|
DISTNAME = HTTP-Parser-XS-0.17
|
||
|
CATEGORIES = www
|
||
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||
|
REVISION = 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|