Index: head/converters/p5-LaTeXML/Makefile =================================================================== --- head/converters/p5-LaTeXML/Makefile +++ head/converters/p5-LaTeXML/Makefile @@ -3,8 +3,10 @@ PORTNAME= LaTeXML PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= converters perl5 -MASTER_SITES= http://dlmf.nist.gov/LaTeXML/releases/ +MASTER_SITES= CPAN \ + http://dlmf.nist.gov/LaTeXML/releases/ PKGNAMEPREFIX= p5- MAINTAINER= cpm@FreeBSD.org @@ -14,19 +16,17 @@ LICENSE_COMB= dual LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE -BUILD_DEPENDS= git:devel/git \ - p5-File-Which>=0:sysutils/p5-File-Which \ +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-IO-String>=0:devel/p5-IO-String \ + p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \ p5-Image-Size>=0:graphics/p5-Image-Size \ - p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-URI>=0:net/p5-URI \ + p5-File-Which>=0:sysutils/p5-File-Which \ p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \ p5-XML-LibXSLT>=1.58:textproc/p5-XML-LibXSLT \ - p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \ - p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ - p5-libwww>=0:www/p5-libwww \ - p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 \ - p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ - p5-URI>=0:net/p5-URI + p5-libwww>=0:www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Index: head/converters/p5-LaTeXML/pkg-descr =================================================================== --- head/converters/p5-LaTeXML/pkg-descr +++ head/converters/p5-LaTeXML/pkg-descr @@ -2,6 +2,6 @@ can generate various flavors of HTML. MathML and ePub, with other formats under development. -See the included manual.pdf for an documentation. +See the included manual.pdf for documentation. -WWW: http://dlmf.nist.gov/LaTeXML/ +WWW: http://search.cpan.org/dist/LaTeXML/