mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
0afa95f304
- Bump PORTREVISION for dependency change
42 lines
986 B
Makefile
42 lines
986 B
Makefile
# New ports collection makefile for: p5-Net-HTTP
|
|
# Date created: 2011-04-15
|
|
# Whom: Frederic Culot <culot@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-HTTP
|
|
PORTVERSION= 6.03
|
|
PORTREVISION= 1
|
|
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.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
BUILD_DEPENDS+= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
|
|
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
|
|
RUN_DEPENDS+= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
|
|
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|