freebsd-ports/www/p5-LWP-Protocol-http10/Makefile

26 lines
498 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= LWP-Protocol-http10
PORTVERSION= 6.03
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Legacy HTTP/1.0 support for LWP
LICENSE= ART10 GPLv1+
2014-11-24 19:31:58 +01:00
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTTP-Message>=6:www/p5-HTTP-Message \
p5-libwww>=6:www/p5-libwww
2015-10-01 17:57:42 +02:00
NO_ARCH= yes
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>