diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-11-16 20:32:19 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-11-16 20:32:19 +0000 |
commit | 3218042ac4d63b6694bd14f5801fc5a310fd39be (patch) | |
tree | 13a5a3d60f3578100e50089bb7015fe676900f5e /www/p5-HTTP-Body/Makefile | |
parent | 69b0bf93d96535dd0deed9e9481d716a58465c10 (diff) | |
download | ports-3218042ac4d63b6694bd14f5801fc5a310fd39be.tar.gz ports-3218042ac4d63b6694bd14f5801fc5a310fd39be.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Body/Makefile')
-rw-r--r-- | www/p5-HTTP-Body/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-HTTP-Body/Makefile b/www/p5-HTTP-Body/Makefile new file mode 100644 index 000000000000..b0b970fbf09c --- /dev/null +++ b/www/p5-HTTP-Body/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# Ports collection makefile for: p5-HTTP-Body +# Date created: Nov 15, 2005 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Body +PORTVERSION= 0.4 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/A/AG/AGRUNDMA +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= HTTP Body Parser + +BUILD_DEPENDS= p5-File-Temp>=0.14:${PORTSDIR}/devel/p5-File-Temp \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTTP::Body::OctetStream.3 \ + HTTP::Body::UrlEncoded.3 \ + HTTP::Body.3 \ + HTTP::Body::MultiPart.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500601 +IGNORE= requires at least Perl 5.6.1. Install lang/perl5, and try again +.endif +.include <bsd.port.post.mk> |