*PERL* cleanup. ports@ maintained ports.

- PERL_CONFIGURE implies USE_PERL5.
- USE_PERL5 implies USE_PERL5_BUILD and USE_PERL5_RUN.

Reported by: az
This commit is contained in:
Mathieu Arnold 2013-06-06 14:04:06 +00:00
parent 65792bf65b
commit cc32d6ee4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320099
4 changed files with 1 additions and 5 deletions

View file

@ -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 <bsd.port.mk>

View file

@ -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

View file

@ -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}

View file

@ -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