SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
www/p5-HTTP-MultiPartParser/Makefile
Normal file
16
www/p5-HTTP-MultiPartParser/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = HTTP MultiPart Parser
|
||||
|
||||
DISTNAME = HTTP-MultiPartParser-0.02
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = www
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
TEST_DEPENDS = devel/p5-Test-Deep
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTTP-MultiPartParser/distinfo
Normal file
2
www/p5-HTTP-MultiPartParser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTTP-MultiPartParser-0.02.tar.gz) = Xt3aFZ9U0W+GjgMkQKwrAk5VqsSJMYcbYmJ/GhbQCxI=
|
||||
SIZE (HTTP-MultiPartParser-0.02.tar.gz) = 30258
|
2
www/p5-HTTP-MultiPartParser/pkg/DESCR
Normal file
2
www/p5-HTTP-MultiPartParser/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This class provides a low-level API for processing MultiPart MIME data
|
||||
streams conforming to MultiPart types as defined in RFC 2616.
|
4
www/p5-HTTP-MultiPartParser/pkg/PLIST
Normal file
4
www/p5-HTTP-MultiPartParser/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/HTTP/
|
||||
${P5SITE}/HTTP/MultiPartParser.pm
|
||||
${P5SITE}/HTTP/MultiPartParser.pod
|
||||
@man man/man3p/HTTP::MultiPartParser.3p
|
Loading…
Add table
Add a link
Reference in a new issue