16 lines
316 B
Makefile
16 lines
316 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:57:20 naddy Exp $
|
|
|
|
COMMENT = fast, primitive HTTP request parser
|
|
|
|
MODULES = cpan
|
|
DISTNAME = HTTP-Parser-XS-0.17
|
|
CATEGORIES = www
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|