Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 15:39:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442391 - head/www/p5-HTTP-Request-Params
Message-ID:  <201706021539.v52FdOSF094570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  2 15:39:23 2017
New Revision: 442391
URL: https://svnweb.freebsd.org/changeset/ports/442391

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/www/p5-HTTP-Request-Params/Makefile

Modified: head/www/p5-HTTP-Request-Params/Makefile
==============================================================================
--- head/www/p5-HTTP-Request-Params/Makefile	Fri Jun  2 15:39:18 2017	(r442390)
+++ head/www/p5-HTTP-Request-Params/Makefile	Fri Jun  2 15:39:23 2017	(r442391)
@@ -13,7 +13,8 @@ COMMENT=	Retrieve GET/POST Parameters from HTTP Reques
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \
+BUILD_DEPENDS=	p5-CGI>=3:www/p5-CGI \
+		p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \
 		p5-Email-MIME-ContentType>=1:mail/p5-Email-MIME-ContentType \
 		p5-Email-MIME>=1.420:mail/p5-Email-MIME \
 		p5-HTTP-Message>=1.40:www/p5-HTTP-Message
@@ -23,11 +24,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502200
-BUILD_DEPENDS+=	p5-CGI>=3:www/p5-CGI
-RUN_DEPENDS+=	p5-CGI>=3:www/p5-CGI
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021539.v52FdOSF094570>