/ui/

value='branches/2018Q1'>branches/2018Q1 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTTP-GHTTP/Makefile
blob: 0937acb34e73d6234e642d1ca8c97010433f0c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    HTTP::GHTTP
# Date created:     11 Jan 2001
# Whom:         Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   HTTP-GHTTP
PORTVERSION=    1.07
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTP
PKGNAMEPREFIX=  p5-

MAINTAINER= skv@FreeBSD.org
COMMENT=    Perl interface to the gnome ghttp library

LIB_DEPENDS=    ghttp.1:${PORTSDIR}/www/libghttp

PERL_CONFIGURE= yes
CONFIGURE_ARGS= LIBS="-L${LOCALBASE}/lib -lghttp" INC="-I${LOCALBASE}/include"

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       HTTP::GHTTP.3

.include <bsd.port.mk>