aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pecl-ds/Makefile3
-rw-r--r--devel/pecl-ds/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/pecl-ds/Makefile b/devel/pecl-ds/Makefile
index 986ef4844e92..692da53aff3e 100644
--- a/devel/pecl-ds/Makefile
+++ b/devel/pecl-ds/Makefile
@@ -4,7 +4,8 @@ CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data Structures for PHP
-WWW= https://pecl.php.net/package/ds
+WWW= https://pecl.php.net/package/ds \
+ https://github.com/php-ds/ext-ds
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/pecl-ds/pkg-descr b/devel/pecl-ds/pkg-descr
index 5fdba3d97b02..09dc0b677e69 100644
--- a/devel/pecl-ds/pkg-descr
+++ b/devel/pecl-ds/pkg-descr
@@ -2,5 +2,3 @@ Data Structures (DS) is an extension providing specialized data structures as
efficient alternatives to the PHP array. You can read about it in more detail in
this blog post which highlights the API, performance and other benefits of using
the extension.
-
-See also: https://github.com/php-ds/ext-ds