diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-10-17 08:35:48 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-10-17 08:35:48 +0000 |
commit | 7b99253407f7642b7659e2d224181142f8e7592e (patch) | |
tree | b75e00849b61d5cfbda68005a00a301af2085c6d /www/p5-URI-Title | |
parent | 50dc1decd32d6a94db3750ab6015eaf5968ae4e3 (diff) |
Notes
Diffstat (limited to 'www/p5-URI-Title')
-rw-r--r-- | www/p5-URI-Title/Makefile | 18 | ||||
-rw-r--r-- | www/p5-URI-Title/distinfo | 6 |
2 files changed, 14 insertions, 10 deletions
diff --git a/www/p5-URI-Title/Makefile b/www/p5-URI-Title/Makefile index ad2576341d43..6e7baa7481d6 100644 --- a/www/p5-URI-Title/Makefile +++ b/www/p5-URI-Title/Makefile @@ -6,7 +6,7 @@ # PORTNAME= URI-Title -PORTVERSION= 1.81 +PORTVERSION= 1.82 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= URI @@ -15,16 +15,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Get the titles of things on the web in a sensible way -BUILD_DEPENDS= p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ +RUN_DEPENDS= p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \ p5-Image-Size>0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= 5.8.1+ MAN3= URI::Title.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500905 +RUN_DEPENDS+= p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-URI-Title/distinfo b/www/p5-URI-Title/distinfo index 33ea11a3c88a..62403b30f199 100644 --- a/www/p5-URI-Title/distinfo +++ b/www/p5-URI-Title/distinfo @@ -1,3 +1,3 @@ -MD5 (URI-Title-1.81.tar.gz) = ef0a101008fa40fbb8b3fc0ec0476042 -SHA256 (URI-Title-1.81.tar.gz) = 55984d5806d489e6390d6ee2b333a28b0e7c7f4f0d69ce02d0f0abd2df1588bf -SIZE (URI-Title-1.81.tar.gz) = 6396 +MD5 (URI-Title-1.82.tar.gz) = 65aa18865e223bcb5b022294eec993e2 +SHA256 (URI-Title-1.82.tar.gz) = 62360f9fe64ea8525cf26f72eefdafd48c1cb7358783d3d6416def91f1758d72 +SIZE (URI-Title-1.82.tar.gz) = 6491 |