freebsd-ports/www/p5-HTTP-GHTTP/Makefile
Vanilla I. Shu 9c459f6dd4 New port: HTTP::GHTTP - Perl interface to the gnome ghttp library
PR:		ports/24246
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-02-11 06:50:52 +00:00

26 lines
542 B
Makefile

# New ports collection makefile for: HTTP::GHTTP
# Date created: 11 Jan 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= HTTP-GHTTP
PORTVERSION= 1.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTP
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= LIBS="-L${LOCALBASE}/lib" INC="-I${LOCALBASE}/include"
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= HTTP::GHTTP.3
.include <bsd.port.mk>