1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/p5-HTTP-Proxy/Makefile
2019-05-20 13:04:24 +00:00

25 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= HTTP-Proxy
PORTVERSION= 0.304
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTTP-Daemon>=1.25:www/p5-HTTP-Daemon \
p5-HTML-Parser>=3:www/p5-HTML-Parser \
p5-libwww>=6:www/p5-libwww
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>