summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-08-24 21:32:55 +0000
committertobez <tobez@FreeBSD.org>2001-08-24 21:32:55 +0000
commit59d35cc4e8efa5ea6963997f58691d58420a6f4e (patch)
tree197b4b6a4b3b326a28909d7514c4c3c89e7d008e
parent062843587cb531242f206c2e2aaf70082f97e302 (diff)
downloadFreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.zip
FreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.gz
Remove redundant USE_PERL5 statements.
-rw-r--r--databases/p5-DBIWrapper/Makefile2
-rw-r--r--devel/p5-Devel-StackTrace/Makefile1
-rw-r--r--devel/p5-Exception-Class/Makefile1
-rw-r--r--ftp/p5-Net-FTPServer/Makefile1
-rw-r--r--graphics/eps2png/Makefile1
-rw-r--r--graphics/p5-Imager/Makefile1
-rw-r--r--irc/p5-POE-Component-IRC/Makefile1
-rw-r--r--mail/grepmail/Makefile1
-rw-r--r--mail/p5-Mail-ListDetector/Makefile1
-rw-r--r--mail/p5-Mail-Tools/Makefile2
-rw-r--r--misc/p5-Geo-Weather/Makefile2
-rw-r--r--misc/salias/Makefile1
-rw-r--r--net/p5-Frontier-RPC/Makefile1
-rw-r--r--net/p5-Net-Traceroute6/Makefile2
-rw-r--r--security/swatch/Makefile1
-rw-r--r--shells/perlsh/Makefile1
-rw-r--r--shells/psh/Makefile1
-rw-r--r--shells/vshnu/Makefile1
-rw-r--r--sysutils/p5-Schedule-At/Makefile1
-rw-r--r--textproc/p5-Text-FixedLength-Extra/Makefile1
-rw-r--r--www/htmlobject/Makefile1
-rw-r--r--www/p5-Apache-Archive/Makefile1
-rw-r--r--www/p5-AxKit/Makefile1
-rw-r--r--www/p5-libservlet/Makefile1
-rw-r--r--x11-toolkits/p5-Gnome/Makefile1
25 files changed, 0 insertions, 29 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile
index 9b61855..0f287ba 100644
--- a/databases/p5-DBIWrapper/Makefile
+++ b/databases/p5-DBIWrapper/Makefile
@@ -20,8 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-USE_PERL5= yes
-
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= DBIWrapper.3
diff --git a/devel/p5-Devel-StackTrace/Makefile b/devel/p5-Devel-StackTrace/Makefile
index 58b98f57..d178eb3 100644
--- a/devel/p5-Devel-StackTrace/Makefile
+++ b/devel/p5-Devel-StackTrace/Makefile
@@ -15,7 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile
index f4b780c..8bfed67 100644
--- a/devel/p5-Exception-Class/Makefile
+++ b/devel/p5-Exception-Class/Makefile
@@ -18,7 +18,6 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/ftp/p5-Net-FTPServer/Makefile b/ftp/p5-Net-FTPServer/Makefile
index 6d126dc..3d46ed4 100644
--- a/ftp/p5-Net-FTPServer/Makefile
+++ b/ftp/p5-Net-FTPServer/Makefile
@@ -24,7 +24,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-A
${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile
index 61635c1..7492ace 100644
--- a/graphics/eps2png/Makefile
+++ b/graphics/eps2png/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= nik@freebsd.org
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN1= eps2png.1
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile
index 08db3d8..2eaf2a6 100644
--- a/graphics/p5-Imager/Makefile
+++ b/graphics/p5-Imager/Makefile
@@ -23,7 +23,6 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \
jpeg:${PORTSDIR}/graphics/jpeg
USE_FREETYPE= yes
-USE_PERL5= yes
PERL_CONFIGURE= yes
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib"
USE_GMAKE= yes
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile
index 2760e15..fd648f5 100644
--- a/irc/p5-POE-Component-IRC/Makefile
+++ b/irc/p5-POE-Component-IRC/Makefile
@@ -18,7 +18,6 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index cba2d08..718b651 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -17,7 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORT
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
PERL_CONFIGURE= yes
-USE_PERL5= yes
MAN1= grepmail.1
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile
index 159af73..cebc088 100644
--- a/mail/p5-Mail-ListDetector/Makefile
+++ b/mail/p5-Mail-ListDetector/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile
index b124e63..18ca7ae 100644
--- a/mail/p5-Mail-Tools/Makefile
+++ b/mail/p5-Mail-Tools/Makefile
@@ -17,8 +17,6 @@ MAINTAINER= kuriyama@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
-USE_PERL5= yes
-
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile
index 906d125..4749fdb 100644
--- a/misc/p5-Geo-Weather/Makefile
+++ b/misc/p5-Geo-Weather/Makefile
@@ -17,8 +17,6 @@ MAINTAINER= petef@FreeBSD.org
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
-USE_PERL5= yes
-
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
diff --git a/misc/salias/Makefile b/misc/salias/Makefile
index 4375ba6..baa51c1 100644
--- a/misc/salias/Makefile
+++ b/misc/salias/Makefile
@@ -17,7 +17,6 @@ MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN1= salias.1
diff --git a/net/p5-Frontier-RPC/Makefile b/net/p5-Frontier-RPC/Makefile
index cce1d6f..b3d7a14 100644
--- a/net/p5-Frontier-RPC/Makefile
+++ b/net/p5-Frontier-RPC/Makefile
@@ -19,7 +19,6 @@ MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/net/p5-Net-Traceroute6/Makefile b/net/p5-Net-Traceroute6/Makefile
index 1f2a47b..a5ec80f 100644
--- a/net/p5-Net-Traceroute6/Makefile
+++ b/net/p5-Net-Traceroute6/Makefile
@@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
-USE_PERL5= yes
-
PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/security/swatch/Makefile b/security/swatch/Makefile
index 66c5bb1..711d52d 100644
--- a/security/swatch/Makefile
+++ b/security/swatch/Makefile
@@ -18,7 +18,6 @@ BUILD_DEPENDS= ${site_perl}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-USE_PERL5= yes
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= INSTALLMAN1DIR=${PREFIX}/man/man1
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile
index 81dd0a8..5704cc9 100644
--- a/shells/perlsh/Makefile
+++ b/shells/perlsh/Makefile
@@ -14,7 +14,6 @@ DISTNAME= psh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/shells/psh/Makefile b/shells/psh/Makefile
index 81dd0a8..5704cc9 100644
--- a/shells/psh/Makefile
+++ b/shells/psh/Makefile
@@ -14,7 +14,6 @@ DISTNAME= psh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile
index 2803e51..2f074c7 100644
--- a/shells/vshnu/Makefile
+++ b/shells/vshnu/Makefile
@@ -24,7 +24,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:$
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
PERL_CONFIGURE= yes
.include <bsd.port.post.mk>
diff --git a/sysutils/p5-Schedule-At/Makefile b/sysutils/p5-Schedule-At/Makefile
index 4c0b944..9629da0 100644
--- a/sysutils/p5-Schedule-At/Makefile
+++ b/sysutils/p5-Schedule-At/Makefile
@@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Schedule::At.3
diff --git a/textproc/p5-Text-FixedLength-Extra/Makefile b/textproc/p5-Text-FixedLength-Extra/Makefile
index cbc6d90..d2c8515 100644
--- a/textproc/p5-Text-FixedLength-Extra/Makefile
+++ b/textproc/p5-Text-FixedLength-Extra/Makefile
@@ -23,7 +23,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN="Requires perl that has 'our' keyword"
.endif
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Text::FixedLength::Extra.3
diff --git a/www/htmlobject/Makefile b/www/htmlobject/Makefile
index e32169c..6a69f75 100644
--- a/www/htmlobject/Makefile
+++ b/www/htmlobject/Makefile
@@ -15,7 +15,6 @@ DISTNAME= html_object-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/www/p5-Apache-Archive/Makefile b/www/p5-Apache-Archive/Makefile
index 678ee4e..8359532 100644
--- a/www/p5-Apache-Archive/Makefile
+++ b/www/p5-Apache-Archive/Makefile
@@ -18,7 +18,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile
index 6a42721..fa032b3 100644
--- a/www/p5-AxKit/Makefile
+++ b/www/p5-AxKit/Makefile
@@ -28,7 +28,6 @@ BUILD_DEPENDS= \
${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/www/p5-libservlet/Makefile b/www/p5-libservlet/Makefile
index 3bd1d37..9897337 100644
--- a/www/p5-libservlet/Makefile
+++ b/www/p5-libservlet/Makefile
@@ -18,7 +18,6 @@ MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile
index f45ea8c..1097c1f 100644
--- a/x11-toolkits/p5-Gnome/Makefile
+++ b/x11-toolkits/p5-Gnome/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
USE_GNOME= yes
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
OpenPOWER on IntegriCloud