diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-09 22:55:32 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-09 22:55:32 +0000 |
commit | 1abbbf5e11b4d6d2596ae6c2913e3f01b396ceda (patch) | |
tree | 35937c4b3a9bfe443a092d32d2962dabca914885 /www/p5-URI-ToDisk/Makefile | |
parent | f352e4c4f3298b7bae37653775489018247a95ce (diff) | |
download | ports-1abbbf5e11b4d6d2596ae6c2913e3f01b396ceda.tar.gz ports-1abbbf5e11b4d6d2596ae6c2913e3f01b396ceda.zip |
Notes
Diffstat (limited to 'www/p5-URI-ToDisk/Makefile')
-rw-r--r-- | www/p5-URI-ToDisk/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-URI-ToDisk/Makefile b/www/p5-URI-ToDisk/Makefile new file mode 100644 index 000000000000..7094e7b6f021 --- /dev/null +++ b/www/p5-URI-ToDisk/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-URI-ToDisk +# Date created: 08 March 2008 +# Whom: Cory R King <coryking@mozimedia.com> +# +# $FreeBSD$ +# + +PORTNAME= URI-ToDisk +PORTVERSION= 1.12 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= URI +PKGNAMEPREFIX= p5- + +MAINTAINER= coryking@mozimedia.com +COMMENT= An object for mapping a URI to an on-disk storage directory + +BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ + p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ + p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util +RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ + p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ + p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util + +PERL_CONFIGURE= yes + +MAN3= URI::ToDisk.3 + +.include <bsd.port.mk> |