freebsd-ports/net/p5-Net-HTTP/Makefile

25 lines
481 B
Makefile
Raw Normal View History

# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-HTTP
2014-07-25 11:01:30 +02:00
PORTVERSION= 6.07
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 \
2014-07-25 11:01:30 +02:00
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
2011-04-19 19:50:25 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>