diff options
-rw-r--r-- | devel/p5-Config-Auto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Config-Auto/Makefile b/devel/p5-Config-Auto/Makefile index 094de7041b60..8877c1ad1852 100644 --- a/devel/p5-Config-Auto/Makefile +++ b/devel/p5-Config-Auto/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathT p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${BUILD_DEPENDS} +PERL_CONFIGURE= yes + OPTIONS= XMLSIMPLE "Support for XML config files" off .include <bsd.port.pre.mk> @@ -28,8 +30,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS+= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple .endif -PERL_CONFIGURE= yes - MAN3= Config::Auto.3 .include <bsd.port.post.mk> |