diff options
author | erwin <erwin@FreeBSD.org> | 2006-12-02 10:36:48 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-12-02 10:36:48 +0000 |
commit | 9352266d27e4eedec8f82b47966a3c68c32d1451 (patch) | |
tree | a45937d993048fc8e847a5f3ef3c9f60f8d67bc5 /textproc | |
parent | e8e90ffd591b0ff089282cd6692ff85e9092f7b9 (diff) | |
download | FreeBSD-ports-9352266d27e4eedec8f82b47966a3c68c32d1451.zip FreeBSD-ports-9352266d27e4eedec8f82b47966a3c68c32d1451.tar.gz |
- Deprecate
- Set EXPIRATION_DATE
- portlint(1)
PR: 106164
Submitted by: gabor
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Search-Saryer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Search-Saryer/Makefile b/textproc/p5-Search-Saryer/Makefile index 0040bec..3c6c6938 100644 --- a/textproc/p5-Search-Saryer/Makefile +++ b/textproc/p5-Search-Saryer/Makefile @@ -17,9 +17,11 @@ COMMENT= Perl interface to the Sary library LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary +DEPRECATED= distfile disappeared +EXPIRATION_DATE= 2007-01-01 + PERL_CONFIGURE= yes MAN3= Search::Saryer.3 - .include <bsd.port.mk> |