Index: head/textproc/p5-XML-Simple/Makefile =================================================================== --- head/textproc/p5-XML-Simple/Makefile (revision 545581) +++ head/textproc/p5-XML-Simple/Makefile (revision 545582) @@ -1,27 +1,27 @@ # Created by: Andrew # $FreeBSD$ PORTNAME= XML-Simple PORTVERSION= 2.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Trivial API for reading and writing XML (esp config files) LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-SAX>=0.15:textproc/p5-XML-SAX \ p5-XML-SAX-Expat>=0:textproc/p5-XML-SAX-Expat -MAKE_JOBS_UNSAFE= yes -NO_ARCH= yes USES= perl5 +NO_ARCH= yes USE_PERL5= configure +MAKE_JOBS_UNSAFE= yes .include Index: head/textproc/p5-XML-Simple/pkg-descr =================================================================== --- head/textproc/p5-XML-Simple/pkg-descr (revision 545581) +++ head/textproc/p5-XML-Simple/pkg-descr (revision 545582) @@ -1,8 +1,8 @@ XML::Simple is a Perl module that makes it really easy to read and write XML files. XML::Simple was originally developed for the purpose of reading and writing config files in XML format (which offers various advantages over say .INI format). Having said that, many people find it useful for other purposes. -WWW: http://www.mclean.net.nz/ +WWW: https://www.mclean.net.nz/