diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-03-04 07:32:02 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-03-04 07:32:02 +0000 |
commit | ee04539d874b54f3954d4e22720b337243909e0c (patch) | |
tree | e4cbd793715754cf3305e645eab3489446e06ff8 /devel/p5-SVN-Notify/Makefile | |
parent | eb6c6a38dddeed7c5d81c29a3e81a2d52d86f95f (diff) |
- Update to 2.70
PR: 121326
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
Notes
Notes:
svn path=/head/; revision=208413
Diffstat (limited to 'devel/p5-SVN-Notify/Makefile')
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index a974d3faac6a..b57b0c70ea9a 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Notify -PORTVERSION= 2.67 +PORTVERSION= 2.70 CATEGORIES= devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Subversion activity notification -RUN_DEPENDS= ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ +RUN_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ + p5-Text-Trac>=0.09:${PORTSDIR}/textproc/p5-Text-Trac \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes MAN1= svnnotify.1 -MAN3= SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 SVN::Notify::HTML::ColorDiff.3 +MAN3= SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 \ + SVN::Notify::HTML::ColorDiff.3 SVN::Notify::Filter.3 SVN::Notify::Filter::Trac.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500801 +RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long +.endif + +.include <bsd.port.post.mk> |