mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
714457bd74
Approved by: portmgr (blanket infrastructure)
16 lines
272 B
Makefile
16 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP-Parser-XS
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of fast, primitive HTTP request parser
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|