svn commit: r489885 - head/devel/pear-PEAR_Info

Jochen Neumeister joneum at FreeBSD.org
Thu Jan 10 17:50:41 UTC 2019


Author: joneum
Date: Thu Jan 10 17:50:40 2019
New Revision: 489885
URL: https://svnweb.freebsd.org/changeset/ports/489885

Log:
  - Add LICENSE
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/devel/pear-PEAR_Info/Makefile

Modified: head/devel/pear-PEAR_Info/Makefile
==============================================================================
--- head/devel/pear-PEAR_Info/Makefile	Thu Jan 10 17:45:30 2019	(r489884)
+++ head/devel/pear-PEAR_Info/Makefile	Thu Jan 10 17:50:40 2019	(r489885)
@@ -9,6 +9,8 @@ CATEGORIES=	devel www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Show Information about your PEAR install and its packages
 
+LICENSE=	PHP301
+
 BUILD_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
 RUN_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
 


More information about the svn-ports-all mailing list