diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-02 10:36:48 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-02 10:36:48 +0000 |
commit | 1c90dedfae568fccbf4c60ce3f1de3316f38a85e (patch) | |
tree | dbfd6be58f77b635718aa8a5b7d505ea814f85ae /textproc/p5-Search-Saryer | |
parent | 91061f2dc5265414fe21a493a445a17acaf045ca (diff) | |
download | ports-1c90dedfae568fccbf4c60ce3f1de3316f38a85e.tar.gz ports-1c90dedfae568fccbf4c60ce3f1de3316f38a85e.zip |
- Deprecate
- Set EXPIRATION_DATE
- portlint(1)
PR: 106164
Submitted by: gabor
Notes
Notes:
svn path=/head/; revision=178569
Diffstat (limited to 'textproc/p5-Search-Saryer')
-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 0040bec18de6..3c6c6938e9a8 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> |