freebsd-ports/www/p5-HTTP-Message/Makefile
Jun Kuriyama fe489fcf9e - Latest p5-HTTP-Message and p5-libwww does not conflict any files.
- Add LICENSE and NO_ARCH.
- Drop p5-HTML-Parser dep (changed at 6.01).
2015-01-16 01:03:13 +00:00

31 lines
727 B
Makefile

# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTTP-Message
PORTVERSION= 6.06
PORTREVISION= 4
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}
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
post-patch:
@${RM} ${WRKSRC}/lib/HTTP/Headers.pm.orig
.include <bsd.port.mk>