diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-RDF-Notation3/Makefile | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Notes
Diffstat (limited to 'textproc/p5-RDF-Notation3/Makefile')
-rw-r--r-- | textproc/p5-RDF-Notation3/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile index 8e7dcaa119e2..d938e4842565 100644 --- a/textproc/p5-RDF-Notation3/Makefile +++ b/textproc/p5-RDF-Notation3/Makefile @@ -19,15 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \ - RDF::Notation3::RDFCore.3 RDF::Notation3::RDFStore.3 \ - RDF::Notation3::ReaderFile.3 RDF::Notation3::ReaderString.3 \ - RDF::Notation3::SAX.3 RDF::Notation3::Template::TReader.3 \ - RDF::Notation3::Template::TTriples.3 \ - RDF::Notation3::Template::TXML.3 RDF::Notation3::Triples.3 \ - RDF::Notation3::XML.3 - -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.pm" | \ ${XARGS} ${REINPLACE_CMD} -i '' -e 's!^require 5.005_62;!!' |