1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Move the definition of PERL_MODBUILD before the inclusion of bsd.port.pre.mk.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-08-30 16:46:44 +00:00
parent 73c5e38ae7
commit b127085938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240570

View File

@ -19,14 +19,14 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify
OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off
PERL_MODBUILD= yes
.include <bsd.port.pre.mk>
.if defined(WITH_CONFIG)
BUILD_DEPENDS+= ${SITE_PERL}/SVN/Notify/Config.pm:${PORTSDIR}/devel/p5-SVN-Notify-Config
.endif
PERL_MODBUILD= yes
MAN3= SVN::Notify::Snapshot.3 SVN::Notify::Snapshot::ConfigData.3
.include <bsd.port.post.mk>