aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-08-25 05:32:55 +0800
committertobez <tobez@FreeBSD.org>2001-08-25 05:32:55 +0800
commit59d35cc4e8efa5ea6963997f58691d58420a6f4e (patch)
tree197b4b6a4b3b326a28909d7514c4c3c89e7d008e /devel
parent062843587cb531242f206c2e2aaf70082f97e302 (diff)
downloadfreebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.gz
freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.zst
freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.zip
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Devel-StackTrace/Makefile1
-rw-r--r--devel/p5-Exception-Class/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-Devel-StackTrace/Makefile b/devel/p5-Devel-StackTrace/Makefile
index 58b98f57c728..d178eb38399e 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 f4b780c6ed63..8bfed6784935 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}