aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-CSS/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-06 14:43:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-06 14:43:14 +0000
commitac34378754f1b06efce0ef8d0cc5995a62e9cbb6 (patch)
treea3e4a477a804f5c0a29b633e6f227bdd98cf5f00 /textproc/p5-CSS/Makefile
parent4a1b8dc7c13f484b2bf6e92998675c2a0d59fa27 (diff)
downloadports-ac34378754f1b06efce0ef8d0cc5995a62e9cbb6.tar.gz
ports-ac34378754f1b06efce0ef8d0cc5995a62e9cbb6.zip
Use real PORTVERSION of devel/p5-Parse-RecDescent
Notes
Notes: svn path=/head/; revision=498107
Diffstat (limited to 'textproc/p5-CSS/Makefile')
-rw-r--r--textproc/p5-CSS/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-CSS/Makefile b/textproc/p5-CSS/Makefile
index 16bf35ec0964..4daa4e81be10 100644
--- a/textproc/p5-CSS/Makefile
+++ b/textproc/p5-CSS/Makefile
@@ -15,10 +15,11 @@ COMMENT= Object oriented access to Cascading Style Sheets (CSS)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent
+BUILD_DEPENDS= p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent
USES= perl5
USE_PERL5= configure
+
NO_ARCH= yes
.include <bsd.port.mk>