18 lines
344 B
Makefile
18 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:44:46 espie Exp $
|
|
|
|
COMMENT = fast, primitive HTTP request parser
|
|
|
|
SHARED_ONLY = Yes
|
|
MODULES = cpan
|
|
DISTNAME = HTTP-Parser-XS-0.13
|
|
REVISION = 0
|
|
CATEGORIES = www
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|