mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ea50aed283
streams conforming to MultiPart types as defined in RFC 2616. WWW: http://search.mcpan.org/dist/HTTP-MultiPartParser/
22 lines
354 B
Makefile
22 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP-MultiPartParser
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= HTTP MultiPart Parser
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|