blob: 5fdcd8c08f413b4c30f07db6c61923d63cec9f03 (
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
27
28
29
30
|
# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTTP-Message
PORTVERSION= 6.11
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Representation of HTTP style messages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Encode-Locale>=1:${PORTSDIR}/converters/p5-Encode-Locale \
p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \
p5-IO-HTML>=0:${PORTSDIR}/devel/p5-IO-HTML \
p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes \
p5-URI>=1.10:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
post-patch:
@${RM} ${WRKSRC}/lib/HTTP/Headers.pm.orig
.include <bsd.port.mk>
|