From 92fca4a55fb6513efa98574888650be4d42663e4 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 9 Nov 2018 09:30:21 +0000 Subject: - Fix LICENSE - Add LICENSE_FILE - Whitespace fix - Update WWW Approved by: portmgr blanket --- databases/pear-DoctrineCommon/Makefile | 6 ++++-- databases/pear-DoctrineCommon/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'databases/pear-DoctrineCommon') diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile index 7f3aa247eb53..db09114261bb 100644 --- a/databases/pear-DoctrineCommon/Makefile +++ b/databases/pear-DoctrineCommon/Makefile @@ -9,9 +9,11 @@ MASTER_SITES= http://pear.doctrine-project.org/get/ MAINTAINER= wg@FreeBSD.org COMMENT= Shared code for Doctrine PHP object relational mapper -LICENSE= LGPL21 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pear +USES= pear PEAR_CHANNEL= doctrine +NO_ARCH= yes .include diff --git a/databases/pear-DoctrineCommon/pkg-descr b/databases/pear-DoctrineCommon/pkg-descr index 16166a211549..3f870c2455be 100644 --- a/databases/pear-DoctrineCommon/pkg-descr +++ b/databases/pear-DoctrineCommon/pkg-descr @@ -1,3 +1,3 @@ The Doctrine Common package contains shared code between the other packages. -WWW: http://www.doctrine-project.org/ +WWW: https://www.doctrine-project.org/ -- cgit