diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-12 00:15:47 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-12 00:15:47 +0000 |
commit | d22c4109f94c40f9da35f93a7090d035b2186f62 (patch) | |
tree | a9b5a198a392ef13f0aeb86fa531c5fec8981d42 | |
parent | Uptdate to 0.9.7 (diff) |
- mark as DEPRECATED since textproc/Text-CSV_PP was merged into textproc/p5-Text-CSV
- set EXPIRATION_DATE to 2008-12-11
Notes
Notes:
svn path=/head/; revision=221450
-rw-r--r-- | textproc/p5-Text-CSV_PP/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Text-CSV_PP/Makefile b/textproc/p5-Text-CSV_PP/Makefile index 2701008e8294..9f6e7f735aed 100644 --- a/textproc/p5-Text-CSV_PP/Makefile +++ b/textproc/p5-Text-CSV_PP/Makefile @@ -18,4 +18,7 @@ PERL_CONFIGURE= yes MAN3= Text::CSV_PP.3 +DEPRECATED= textproc/Text-CSV_PP was merged into textproc/p5-Text-CSV +EXPIRATION_DATE=2008-12-11 + .include <bsd.port.mk> |