mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
14d750125f
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
28 lines
539 B
Makefile
28 lines
539 B
Makefile
# Created by: Frederic Culot <culot@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-HTTP
|
|
PORTVERSION= 6.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Low-level HTTP client
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
|
|
CONFLICTS= p5-libwww-5*
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::HTTP.3 \
|
|
Net::HTTPS.3 \
|
|
Net::HTTP::NB.3
|
|
|
|
.include <bsd.port.mk>
|