diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-03-22 06:52:30 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-03-22 06:52:30 +0000 |
commit | 958fd3201affffefa1152b30368e42df6ea60e2e (patch) | |
tree | 9eb16425b070ac4aa07e911c0351a8d44162c3af /databases | |
parent | Fix typo. (diff) |
Deprecate & set expiration date. There is no reason to use this port
now that perl 5.005_03 is not supported together with FreeBSD 4.X.
Notes
Notes:
svn path=/head/; revision=187977
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index de5a236c0eca..864d9f33443c 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -21,6 +21,9 @@ BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC RUN_DEPENDS= ${BUILD_DEPENDS} .endif +DEPRECATED= Use databases/p5-DBI instead +EXPIRATION_DATE= 2007-04-22 + CONFLICTS= p5-DBI-1.[!3]* PERL_CONFIGURE= yes LATEST_LINK= p5-DBI-137 |