diff options
-rw-r--r-- | databases/pear-DoctrineCommon/Makefile | 6 | ||||
-rw-r--r-- | databases/pear-DoctrineCommon/pkg-descr | 2 |
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/ |