diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-05-07 14:42:17 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-05-07 14:42:17 +0000 |
commit | 26228371feaa374800d25b23ae9efb9f4545f1f8 (patch) | |
tree | e77ba902d5ad8b79b3006dc2b2d2b3e2660490d3 /www | |
parent | 7a467147919549ca7559d9fa5ab5511dbd466ec3 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Pod-Site/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Pod-Site/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-Pod-Site/Makefile b/www/p5-Pod-Site/Makefile index 5cbef32d1771..65d0b976afa0 100644 --- a/www/p5-Pod-Site/Makefile +++ b/www/p5-Pod-Site/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Pod-Site -PORTVERSION= 0.52 -PORTREVISION= 1 +PORTVERSION= 0.53 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DWHEELER @@ -19,8 +18,9 @@ COMMENT= Build browsable HTML documentation for your app LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \ p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \ @@ -43,11 +43,13 @@ TEST_DEPENDS+= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path RUN_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple .endif .if ${PERL_LEVEL} < 501200 +BUILD_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple RUN_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple .endif diff --git a/www/p5-Pod-Site/distinfo b/www/p5-Pod-Site/distinfo index e485a8622e03..6eebf318657a 100644 --- a/www/p5-Pod-Site/distinfo +++ b/www/p5-Pod-Site/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Site-0.52.tar.gz) = ba18ead41d6691b6440c717c9d67351d5b5a3e5c20f4c17266fb07f947236c50 -SIZE (Pod-Site-0.52.tar.gz) = 65528 +SHA256 (Pod-Site-0.53.tar.gz) = bb17742eb1135ed2e5109ccd8a989aa0c6f150d49477b88930c33958fe5ab48c +SIZE (Pod-Site-0.53.tar.gz) = 66878 |