diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-03-14 00:15:36 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-03-14 00:15:36 +0800 |
commit | f42856eba9fb3ca5404f63c69672a520d85efc2d (patch) | |
tree | 8244b1263e2d907c44d922bb1d05d258b43d1809 /www/p5-URI-Title | |
parent | c779f342d2b34e828d96953ef0a0ce32861128c1 (diff) | |
download | freebsd-ports-gnome-f42856eba9fb3ca5404f63c69672a520d85efc2d.tar.gz freebsd-ports-gnome-f42856eba9fb3ca5404f63c69672a520d85efc2d.tar.zst freebsd-ports-gnome-f42856eba9fb3ca5404f63c69672a520d85efc2d.zip |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
Diffstat (limited to 'www/p5-URI-Title')
-rw-r--r-- | www/p5-URI-Title/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/p5-URI-Title/Makefile b/www/p5-URI-Title/Makefile index 9a20dc55afd8..7839264d5624 100644 --- a/www/p5-URI-Title/Makefile +++ b/www/p5-URI-Title/Makefile @@ -15,15 +15,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Get the titles of things on the web in a sensible way -BUILD_DEPENDS= p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ +COMMON_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 \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} PERL_CONFIGURE= yes 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> |