diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-04 17:42:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-04 17:42:17 +0800 |
commit | 98ebbcd25559283b22e7cb353a30943f39c7af1e (patch) | |
tree | 7b9ef402d5dc16454107fb531b9dcd66d670a425 | |
parent | b9c2f5da9deac87a4369708802ba8cf22eb2fb55 (diff) | |
download | freebsd-ports-gnome-98ebbcd25559283b22e7cb353a30943f39c7af1e.tar.gz freebsd-ports-gnome-98ebbcd25559283b22e7cb353a30943f39c7af1e.tar.zst freebsd-ports-gnome-98ebbcd25559283b22e7cb353a30943f39c7af1e.zip |
Reset inactive maintainer who has not responded to email. Also mark as
deprecated, since the listed version is no longer available from the
mastersite.
Hat: portmgr
-rw-r--r-- | databases/p5-SQLite-Work/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-SQLite-Work/Makefile b/databases/p5-SQLite-Work/Makefile index 2d7458252204..e131b6ed7722 100644 --- a/databases/p5-SQLite-Work/Makefile +++ b/databases/p5-SQLite-Work/Makefile @@ -11,9 +11,12 @@ CATEGORIES= databases www perl5 MASTER_SITES= http://www.cpan.org/authors/id/R/RU/RUBYKAT/ PKGNAMEPREFIX= p5- -MAINTAINER= darth@vader.dk +MAINTAINER= ports@FreeBSD.org COMMENT= Report on and update an SQLite database +DEPRECATED= no longer available from mastersite; 0.08 is current +EXPIRATION_DATE= 2006-11-04 + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile |