freebsd-ports/www/p5-HTTP-HeaderParser-XS/Makefile
Sergey Skvortsov 0601a59f0e Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
2012-05-07 15:42:51 +00:00

23 lines
451 B
Makefile

# New ports collection makefile for: HTTP-HeaderParser-XS
# Date created: 18 Apr 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= HTTP-HeaderParser-XS
PORTVERSION= 0.20
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XS extension for processing HTTP headers
PERL_CONFIGURE= yes
MAKE_ARGS+= CC=${CXX} LD=${CXX}
MAN3= HTTP::HeaderParser::XS.3
.include <bsd.port.mk>