7b652a083f
Changes: - Fix for test cases that failed because of URI-1.10 now encode space as '+' instead of '%20. - Makefile.PL: Require URI-1.10. HTTP::Daemon now accepts any non-space character as method name on the request line. It used to fail on methods like "M-POST" because it only allowed \w-chars. - HTTP::Date now allow fractional seconds in ISO date formats. - HTTP::Request::Common will now calculate Content-length even if $DYNAMIC_FILE_UPLOAD is set.
28 lines
817 B
Makefile
28 lines
817 B
Makefile
# $OpenBSD: Makefile,v 1.3 2001/01/14 23:26:59 avsm Exp $
|
|
|
|
DISTNAME= libwww-perl-5.50
|
|
PKGNAME= p5-libwww-5.50
|
|
CATEGORIES= www perl5
|
|
NEED_VERSION= 1.348
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= LWP
|
|
|
|
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
|
|
BUILD_DEPENDS= ${PERL_MODULES}/URI.pm::www/p5-URI \
|
|
${PERL_MODULES}/${ARCH}-openbsd/HTML/Entities.pm::www/p5-HTML-Parser \
|
|
${PERL_MODULES}/Net/Cmd.pm::net/p5-libnet \
|
|
${PERL_MODULES}/${ARCH}-openbsd/MD5.pm::security/p5-Digest-MD5 \
|
|
${PERL_MODULES}/${ARCH}-openbsd/Crypt/SSLeay.pm::security/p5-Crypt-SSLeay
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|