8fddc321e5
Feature safe: yes
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# New ports collection makefile for: HTTP::Parser::XS
|
|
# Date created: 18 Sep 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTTP-Parser-XS
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of fast, primitive HTTP request parser
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTTP::Parser::XS.3
|
|
|
|
.include <bsd.port.mk>
|