diff options
author | kris <kris@FreeBSD.org> | 2005-02-13 09:42:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-13 09:42:53 +0800 |
commit | b62907dbeaedfd91f725b54f1b3c7b74a69343e0 (patch) | |
tree | 774dac3475c4d060abb61691a5ec3ef33dfb4f3e /databases/WWWdb | |
parent | 2b1737274735ba7d735f118aa8ffe37f09dbd197 (diff) | |
download | freebsd-ports-gnome-b62907dbeaedfd91f725b54f1b3c7b74a69343e0.tar.gz freebsd-ports-gnome-b62907dbeaedfd91f725b54f1b3c7b74a69343e0.tar.zst freebsd-ports-gnome-b62907dbeaedfd91f725b54f1b3c7b74a69343e0.zip |
Remove maintainer per his request. Mark BROKEN because of an incomplete
pkg-plist.
Diffstat (limited to 'databases/WWWdb')
-rw-r--r-- | databases/WWWdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/WWWdb/Makefile b/databases/WWWdb/Makefile index c7f6a22603bb..f3afcb86c856 100644 --- a/databases/WWWdb/Makefile +++ b/databases/WWWdb/Makefile @@ -11,9 +11,11 @@ CATEGORIES= databases perl5 www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wwwdb -MAINTAINER= rehsack@liwing.de +MAINTAINER= ports@FreeBSD.org COMMENT= A Perl based generic WWW DB interface / frontend +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |