4a4e750c8c
-- This module is a simple interface to the Gnome project's libghttp. It allows you to make very simple HTTP requests, without the weight of something like LWP. This makes it very useful in situations where memory and speed are at a premium, such as mod_perl. It has full support for proxy requests and authenticated requests.
24 lines
511 B
Makefile
24 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/09 23:09:59 avsm Exp $
|
|
|
|
COMMENT= "perl interface to the Gnome GHTTP library"
|
|
|
|
DISTNAME= HTTP-GHTTP-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
NEED_VERSION= 1.391
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTTP
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= ghttp.1::www/libghttp
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|