diff options
author | culot <culot@FreeBSD.org> | 2013-02-08 16:10:15 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-02-08 16:10:15 +0800 |
commit | bd559d2b1a52f30512291acf28cd081b75ced0c0 (patch) | |
tree | 32ed1e034f514e7661f84a20649bba76ffee2d0d /www/p5-HTTP-Proxy | |
parent | d24c7db8e30055038d5b12076e83d7eca890613c (diff) | |
download | freebsd-ports-graphics-bd559d2b1a52f30512291acf28cd081b75ced0c0.tar.gz freebsd-ports-graphics-bd559d2b1a52f30512291acf28cd081b75ced0c0.tar.zst freebsd-ports-graphics-bd559d2b1a52f30512291acf28cd081b75ced0c0.zip |
- Update to 0.26
- Add LICENSE (Artistic 1 & GPL 1)
- Remove leading article from COMMENT
- Trim Makefile's header
Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes
Diffstat (limited to 'www/p5-HTTP-Proxy')
-rw-r--r-- | www/p5-HTTP-Proxy/Makefile | 16 | ||||
-rw-r--r-- | www/p5-HTTP-Proxy/distinfo | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile index 84886f959f7..430a59f6028 100644 --- a/www/p5-HTTP-Proxy/Makefile +++ b/www/p5-HTTP-Proxy/Makefile @@ -1,20 +1,20 @@ -# New ports collection makefile for: p5-HTTP-Proxy -# Date created: 16 April 2003 -# Whom: mat -# +# Created by: mat # $FreeBSD$ -# PORTNAME= HTTP-Proxy -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A pure Perl HTTP proxy +COMMENT= Pure Perl HTTP proxy -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-HTTP-Daemon>=1.25:${PORTSDIR}/www/p5-HTTP-Daemon \ + p5-libwww>=6:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/www/p5-HTTP-Proxy/distinfo b/www/p5-HTTP-Proxy/distinfo index 4ef96780626..535868b6698 100644 --- a/www/p5-HTTP-Proxy/distinfo +++ b/www/p5-HTTP-Proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTTP-Proxy-0.25.tar.gz) = 50f402b2f687fc22ab0199fa68ae59a813f031ad8ccf512988398ced7b24beef -SIZE (HTTP-Proxy-0.25.tar.gz) = 86808 +SHA256 (HTTP-Proxy-0.26.tar.gz) = e098dfb02efa8fdfe3a3ee8666efa881335fdec6c30e2c6339fd78c072c205cc +SIZE (HTTP-Proxy-0.26.tar.gz) = 86979 |