aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DoctrineCommon
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-11-09 09:30:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-11-09 09:30:21 +0000
commit2f97638134a2f91bc9442999e91b378bac9a9249 (patch)
treed4b291432255cccc21af1bbb666c0342fcf16df1 /databases/pear-DoctrineCommon
parentf267aec717f78efc1fe6dc5ad247b020df238885 (diff)
downloadports-2f97638134a2f91bc9442999e91b378bac9a9249.tar.gz
ports-2f97638134a2f91bc9442999e91b378bac9a9249.zip
- Fix LICENSE
- Add LICENSE_FILE - Whitespace fix - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=484507
Diffstat (limited to 'databases/pear-DoctrineCommon')
-rw-r--r--databases/pear-DoctrineCommon/Makefile6
-rw-r--r--databases/pear-DoctrineCommon/pkg-descr2
2 files changed, 5 insertions, 3 deletions
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 <bsd.port.mk>
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/