svn commit: r412248 - head/www/p5-HTTP-BrowserDetect
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 31 15:39:39 UTC 2016
Author: sunpoet
Date: Thu Mar 31 15:39:37 2016
New Revision: 412248
URL: https://svnweb.freebsd.org/changeset/ports/412248
Log:
- Fix *_DEPENDS: JSON::PP is already in all supported Perl releases
- Update TEST_DEPENDS: remove PORTSDIR
- Bump PORTREVISION for dependency change
Modified:
head/www/p5-HTTP-BrowserDetect/Makefile
Modified: head/www/p5-HTTP-BrowserDetect/Makefile
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 31 15:39:33 2016 (r412247)
+++ head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 31 15:39:37 2016 (r412248)
@@ -3,6 +3,7 @@
PORTNAME= HTTP-BrowserDetect
PORTVERSION= 3.10
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,20 +15,13 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \
- p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \
- p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
- p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
+TEST_DEPENDS= p5-Path-Tiny>=0:devel/p5-Path-Tiny \
+ p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \
+ p5-Test-Most>=0:devel/p5-Test-Most \
+ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+= p5-JSON-PP>=2.27300:${PORTSDIR}/converters/p5-JSON-PP
-RUN_DEPENDS+= p5-JSON-PP>=2.27300:${PORTSDIR}/converters/p5-JSON-PP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list