diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-29 21:44:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-29 21:44:17 +0800 |
commit | ba50de381bb6da7d29b0df6bbdf07fc78328788a (patch) | |
tree | 6be606681612b355b4cdee9c5cb7868570deb698 /mail | |
parent | 1ef8033413749dbb2f8723aa128c3f93d1d5c1fa (diff) | |
download | freebsd-ports-gnome-ba50de381bb6da7d29b0df6bbdf07fc78328788a.tar.gz freebsd-ports-gnome-ba50de381bb6da7d29b0df6bbdf07fc78328788a.tar.zst freebsd-ports-gnome-ba50de381bb6da7d29b0df6bbdf07fc78328788a.zip |
- depreciate in favor of mail/dspam[-devel]
- schedule for removel in 1 month
- use my @FreeBSD.org address
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspampd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/dspampd/Makefile b/mail/dspampd/Makefile index 45acfba32bfb..415a0cb168cc 100644 --- a/mail/dspampd/Makefile +++ b/mail/dspampd/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= http://caspian.dotconf.net/menu/Software/DspamPD/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspampd/sources/ DISTNAME= dspampd-v2.00-rc2-with-patches-kurt-pinboard -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Transparent smtp proxy - scans mail through DSPAM and/or ClamAV +DEPRECATED= Buggy with recent perl versions, not developed anymore, use mail/dspam[-devel] in --daemon mode instead +EXPIRATION_DATE= 2006-07-30 + WRKSRC= ${WRKDIR}/dspampd-v2.00-rc2 USE_PERL5_RUN= YES |