aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Tty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IO-Tty/Makefile')
-rw-r--r--devel/p5-IO-Tty/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile
index d59b901a760c..ac7b2c44d0ec 100644
--- a/devel/p5-IO-Tty/Makefile
+++ b/devel/p5-IO-Tty/Makefile
@@ -14,14 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= yes
+PERL_CONFIGURE= yes
IS_INTERACTIVE= yes
MAN3= IO::Pty.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
- CC="${CC}" CCFLAGS="${CFLAGS}" \
- LDDLFLAGS=-shared LDFLAGS=-L/usr/lib
-
.include <bsd.port.mk>