diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-30 18:44:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-30 18:44:51 +0800 |
commit | 127db3551c3f81f71719bc161205ecc9edcaa101 (patch) | |
tree | ae9529e490d887c9ff4a1da00eab3fac02127c27 /devel | |
parent | 8514797967f98deeb2e3076ba333a78d9ee1b09a (diff) | |
download | freebsd-ports-gnome-127db3551c3f81f71719bc161205ecc9edcaa101.tar.gz freebsd-ports-gnome-127db3551c3f81f71719bc161205ecc9edcaa101.tar.zst freebsd-ports-gnome-127db3551c3f81f71719bc161205ecc9edcaa101.zip |
Move the definition of PERL_MODBUILD above the inclusion of bsd.port.pre.mk
where it belongs.
Hat: portmgr
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 |