mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c16fe08e0e
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/LWP-Protocol-http10/Changes
27 lines
636 B
Makefile
27 lines
636 B
Makefile
# New ports collection makefile for: p5-LWP-Protocol-http10
|
|
# Date created: 2011-07-11
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= LWP-Protocol-http10
|
|
PORTVERSION= 6.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Legacy HTTP/1.0 support for LWP
|
|
|
|
BUILD_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \
|
|
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \
|
|
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= LWP::Protocol::http10.3
|
|
|
|
.include <bsd.port.mk>
|