svn commit: r319188 - head/www/p5-URI-Encode
Frederic Culot
culot at FreeBSD.org
Mon May 27 09:24:31 UTC 2013
Author: culot
Date: Mon May 27 09:24:30 2013
New Revision: 319188
URL: http://svnweb.freebsd.org/changeset/ports/319188
Log:
- Remove obsolete dependency for PERL_LEVEL < 5.12 [1]
- Pet portlint(1) by changing tab into space in WWW link
PR: ports/178937 [1]
Submitted by: az@
Modified:
head/www/p5-URI-Encode/Makefile
head/www/p5-URI-Encode/pkg-descr
Modified: head/www/p5-URI-Encode/Makefile
==============================================================================
--- head/www/p5-URI-Encode/Makefile Mon May 27 09:22:33 2013 (r319187)
+++ head/www/p5-URI-Encode/Makefile Mon May 27 09:24:30 2013 (r319188)
@@ -18,11 +18,4 @@ PERL_CONFIGURE= yes
MAN3= URI::Encode.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-URI-Encode/pkg-descr
==============================================================================
--- head/www/p5-URI-Encode/pkg-descr Mon May 27 09:22:33 2013 (r319187)
+++ head/www/p5-URI-Encode/pkg-descr Mon May 27 09:24:30 2013 (r319188)
@@ -1,3 +1,3 @@
This modules provides simple URI (Percent) encoding/decoding.
-WWW: http://search.cpan.org/dist/URI-Encode/
+WWW: http://search.cpan.org/dist/URI-Encode/
More information about the svn-ports-head
mailing list