17 lines
324 B
Makefile
17 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:46:03 sthen 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>
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|