diff options
Diffstat (limited to 'textproc/p5-XML-DOM/Makefile')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index 534fed749ca5..a8837bf61b96 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -16,12 +16,9 @@ MAINTAINER= kuriyama@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= XML::DOM.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |