diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-09-04 09:42:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-09-04 09:42:17 +0000 |
commit | 540a198d4b5847fc37b313b7da2339b847b0d79f (patch) | |
tree | 5476efc6e21372d0172eece0535aeed63bf640f0 | |
parent | Reset inactive maintainer who has not responded to email. (diff) |
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 |