aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-MIME-Tools/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-01-08 14:44:24 +0800
committerkuriyama <kuriyama@FreeBSD.org>2001-01-08 14:44:24 +0800
commit4d0f092e215fb6e734f5410676ae72236be9ef9c (patch)
treefb5d6e35932142b71e7f849c67261be0796f9403 /mail/p5-MIME-Tools/Makefile
parenta22ab55b6c5e071e5bbb92bcc57237ac25a7d5bd (diff)
downloadfreebsd-ports-gnome-4d0f092e215fb6e734f5410676ae72236be9ef9c.tar.gz
freebsd-ports-gnome-4d0f092e215fb6e734f5410676ae72236be9ef9c.tar.zst
freebsd-ports-gnome-4d0f092e215fb6e734f5410676ae72236be9ef9c.zip
Use $PERL_CONFIGURE.
Diffstat (limited to 'mail/p5-MIME-Tools/Makefile')
-rw-r--r--mail/p5-MIME-Tools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile
index 88ccc4dcf207..a756088b4bc2 100644
--- a/mail/p5-MIME-Tools/Makefile
+++ b/mail/p5-MIME-Tools/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Header.pm:${PORTS
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy
-USE_PERL5= YES
+PERL_CONFIGURE= YES
MAN3= MIME::Entity.3 \
MIME::Decoder::QuotedPrint.3 \
@@ -35,7 +35,4 @@ MAN3= MIME::Entity.3 \
MIME::Decoder.3 MIME::Field::ContDisp.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
.include <bsd.port.mk>