From cc32d6ee4c0df4c278ed68f181c38d81c4e3a533 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 6 Jun 2013 14:04:06 +0000 Subject: [PATCH] *PERL* cleanup. ports@ maintained ports. - PERL_CONFIGURE implies USE_PERL5. - USE_PERL5 implies USE_PERL5_BUILD and USE_PERL5_RUN. Reported by: az --- multimedia/emovix/Makefile | 1 - net-mgmt/netspoc/Makefile | 1 - net/DarwinStreamingServer/Makefile | 3 +-- www/p5-HTTP-Server-Simple-PSGI/Makefile | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/multimedia/emovix/Makefile b/multimedia/emovix/Makefile index f3b548e72f78..90cfa1e80533 100644 --- a/multimedia/emovix/Makefile +++ b/multimedia/emovix/Makefile @@ -16,6 +16,5 @@ COMMENT= Mini Linux distro to create bootable video CDs GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes -USE_PERL5_BUILD=yes .include diff --git a/net-mgmt/netspoc/Makefile b/net-mgmt/netspoc/Makefile index 0a445601988d..4053e109545e 100644 --- a/net-mgmt/netspoc/Makefile +++ b/net-mgmt/netspoc/Makefile @@ -18,7 +18,6 @@ COMMENT= A Network Security Policy Compiler LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_PERL5= yes PERL_CONFIGURE= yes MAN1= netspoc.1 print-group.1 diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index 4a1184547cfa..fdb8432dea57 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -28,8 +28,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay NOT_FOR_ARCHS= ia64 powerpc sparc64 -USE_PERL5_RUN= yes -USE_PERL5_BUILD=yes +USE_PERL5= yes USE_RC_SUBR= streamingadminserver darwin_streaming_server SUB_LIST+= PERL=${PERL} diff --git a/www/p5-HTTP-Server-Simple-PSGI/Makefile b/www/p5-HTTP-Server-Simple-PSGI/Makefile index 50cbcba7abf2..392cb6db7d4d 100644 --- a/www/p5-HTTP-Server-Simple-PSGI/Makefile +++ b/www/p5-HTTP-Server-Simple-PSGI/Makefile @@ -16,7 +16,6 @@ COMMENT= PSGI handler for HTTP::Server::Simple RUN_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple -USE_PERL5= YES PERL_CONFIGURE= YES MAN3= HTTP::Server::Simple::PSGI.3