1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/p5-HTTP-Proxy/Makefile
Adam Weinberger 21a44801de Update to 0.303, and sort plist.
Note that there is a new unit test failure (t/23connect.t). Part of the
ChangeLog for 0.303 is "fixing" 23connect.t, though it worked on FreeBSD
in 0.302.

Changes: https://metacpan.org/changes/distribution/HTTP-Proxy
2015-04-30 20:36:33 +00:00

24 lines
433 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= HTTP-Proxy
PORTVERSION= 0.303
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pure Perl HTTP proxy
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Daemon>=1.25:${PORTSDIR}/www/p5-HTTP-Daemon \
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>