aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-11-09 17:30:21 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-11-09 17:30:21 +0800
commit92fca4a55fb6513efa98574888650be4d42663e4 (patch)
treed4b291432255cccc21af1bbb666c0342fcf16df1 /databases
parent0e4e76fba4bf62acb8f5e667c992a1ea20c87258 (diff)
downloadfreebsd-ports-gnome-92fca4a55fb6513efa98574888650be4d42663e4.tar.gz
freebsd-ports-gnome-92fca4a55fb6513efa98574888650be4d42663e4.tar.zst
freebsd-ports-gnome-92fca4a55fb6513efa98574888650be4d42663e4.zip
- Fix LICENSE
- Add LICENSE_FILE - Whitespace fix - Update WWW Approved by: portmgr blanket
Diffstat (limited to 'databases')
-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/