2001-02-11 07:50:52 +01:00
|
|
|
# New ports collection makefile for: HTTP::GHTTP
|
|
|
|
# Date created: 11 Jan 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTTP-GHTTP
|
2002-06-02 20:27:33 +02:00
|
|
|
PORTVERSION= 1.07
|
2001-02-11 07:50:52 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= HTTP
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-07-06 18:42:31 +02:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl interface to the gnome ghttp library
|
2001-02-11 07:50:52 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2001-04-29 21:02:29 +02:00
|
|
|
CONFIGURE_ARGS= LIBS="-L${LOCALBASE}/lib -lghttp" INC="-I${LOCALBASE}/include"
|
2001-02-11 07:50:52 +01:00
|
|
|
|
|
|
|
MAN3= HTTP::GHTTP.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|