diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-08 17:43:21 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-08 17:43:21 +0200 |
commit | 986beaaabc71b9e7e29e7e89e0f36405b687216f (patch) | |
tree | c92697f87b4f394d15378835e162f8a2a38284d8 /databases | |
parent | games/hedgewars: prepare for cmake-3.24 (diff) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ateam_mysql57_ldap_auth/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Browse/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-XHTML_Table/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/databases/ateam_mysql57_ldap_auth/Makefile b/databases/ateam_mysql57_ldap_auth/Makefile index 9e876bd9b462..1b7ba9a0ed40 100644 --- a/databases/ateam_mysql57_ldap_auth/Makefile +++ b/databases/ateam_mysql57_ldap_auth/Makefile @@ -5,6 +5,7 @@ CATEGORIES= databases MAINTAINER= ganbold@FreeBSD.org COMMENT= A-Team MySQL LDAP authentication plugin +WWW= https://github.com/ateamsystems/ateam_mysql_ldap_auth LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/databases/p5-DBIx-Browse/Makefile b/databases/p5-DBIx-Browse/Makefile index 180b7abc13b2..bf1070eab447 100644 --- a/databases/p5-DBIx-Browse/Makefile +++ b/databases/p5-DBIx-Browse/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to browse tables +WWW= https://metacpan.org/release/DBIx-Browse BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile index 8c9ec4e57547..06b907bffdd9 100644 --- a/databases/p5-DBIx-Tree/Makefile +++ b/databases/p5-DBIx-Tree/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for generating a tree from a self-referential table +WWW= https://metacpan.org/release/DBIx-Tree LICENSE= ART20 diff --git a/databases/p5-DBIx-XHTML_Table/Makefile b/databases/p5-DBIx-XHTML_Table/Makefile index 69eba246dfff..d1fd3c736c52 100644 --- a/databases/p5-DBIx-XHTML_Table/Makefile +++ b/databases/p5-DBIx-XHTML_Table/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create XHTML tables from SQL queries +WWW= https://metacpan.org/release/DBIx-XHTML_Table LICENSE= ART20 |