svn commit: r487889 - head/archivers/pear-File_Archive

Jochen Neumeister joneum at FreeBSD.org
Thu Dec 20 16:18:09 UTC 2018


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 at 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


More information about the svn-ports-all mailing list