Date: Thu, 20 Dec 2018 16:18:08 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487889 - head/archivers/pear-File_Archive Message-ID: <201812201618.wBKGI892009156@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Thu Dec 20 16:18:08 2018 New Revision: 487889 URL: https://svnweb.freebsd.org/changeset/ports/487889 Log: - Add License - pet Portlint Sponsored by: Netzkommune GmbH Modified: head/archivers/pear-File_Archive/Makefile Modified: head/archivers/pear-File_Archive/Makefile ============================================================================== --- head/archivers/pear-File_Archive/Makefile Thu Dec 20 16:12:46 2018 (r487888) +++ head/archivers/pear-File_Archive/Makefile Thu Dec 20 16:18:08 2018 (r487889) @@ -8,10 +8,13 @@ CATEGORIES= archivers www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class to manipulate tar, gz, tgz, bz2, tbz, zip, ar (deb) files +LICENSE= LGPL3 + BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR} USES= pear php + NO_ARCH= yes USE_PHP= bz2 pcre zlib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812201618.wBKGI892009156>