diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:53:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:53:30 +0800 |
commit | 4d70e321c7e5487562018fc65508cb740e14d28e (patch) | |
tree | fd4943a5db2e3ac44915f69f4594f3439f5f2e10 /textproc | |
parent | 01cc5c9371c9a0be7159dca2e8b6f58eb89b34b0 (diff) | |
download | freebsd-ports-gnome-4d70e321c7e5487562018fc65508cb740e14d28e.tar.gz freebsd-ports-gnome-4d70e321c7e5487562018fc65508cb740e14d28e.tar.zst freebsd-ports-gnome-4d70e321c7e5487562018fc65508cb740e14d28e.zip |
- Use 5.14+ instead of 5.14.0+
Suggested by: az (via IRC)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Parsepp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Parsepp/Makefile b/textproc/p5-XML-Parsepp/Makefile index 1b58cb47ee0c..d033f42ae36a 100644 --- a/textproc/p5-XML-Parsepp/Makefile +++ b/textproc/p5-XML-Parsepp/Makefile @@ -13,7 +13,7 @@ COMMENT= Simplified pure Perl parser for XML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5= 5.14.0+ configure +USE_PERL5= 5.14+ configure USES= perl5 MAN3= XML::Parsepp.3 |