naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

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>