diff options
Diffstat (limited to 'textproc/p5-RDF-Simple/Makefile')
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index 58df2e3a258e..52b03e6b1d0e 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= RDF-Simple -PORTVERSION= 0.40.9 +PORTVERSION= 0.41.1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,4 +34,7 @@ MAN3= RDF::Simple.3 \ RDF::Simple::Serialiser.3 \ RDF::Simple::Serializer.3 +post-patch: + ${REINPLACE_CMD} -i '' -e '/Sink/d' ${WRKSRC}/lib/RDF/Simple/Parser.pm + .include <bsd.port.mk> |