diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Notify-Mirror/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-SVN-Notify-Mirror/Makefile b/devel/p5-SVN-Notify-Mirror/Makefile index cb84a7066661..46d0fc53511d 100644 --- a/devel/p5-SVN-Notify-Mirror/Makefile +++ b/devel/p5-SVN-Notify-Mirror/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${BUILD_DEPENDS} +PERL_MODBUILD= yes + OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off \ SSH "Enable SSH for remote working copy update" Off \ RSYNC "Enable rsync for remote working copy update" Off @@ -37,8 +39,6 @@ BUILD_DEPENDS+= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH BUILD_DEPENDS+= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync .endif -PERL_MODBUILD= yes - MAN3= SVN::Notify::Mirror.3 SVN::Notify::Mirror::ConfigData.3 \ SVN::Notify::Mirror::Rsync.3 SVN::Notify::Mirror::SSH.3 |