aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RDF-Notation3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-RDF-Notation3/Makefile')
-rw-r--r--textproc/p5-RDF-Notation3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile
index 5223a46569a6..72a1f35b9599 100644
--- a/textproc/p5-RDF-Notation3/Makefile
+++ b/textproc/p5-RDF-Notation3/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= RDF-Notation3
-PORTVERSION= 0.90
-PORTREVISION= 1
+PORTVERSION= 0.91
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= RDF
@@ -35,5 +34,6 @@ MAN3= RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \
post-patch:
@${FIND} ${WRKSRC} -name "*.pm" | \
${XARGS} ${PERL} -pi -e 's!^require 5.005_62;!!'
+ ${MV} ${WRKSRC}/doc/*.pod ${WRKSRC}/lib/RDF
.include <bsd.port.mk>