mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
1a085711a7
- Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# Created by: mat
|
|
# $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= p5-HTTP-Daemon>=1.25:${PORTSDIR}/www/p5-HTTP-Daemon \
|
|
p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \
|
|
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|