diff options
author | erwin <erwin@FreeBSD.org> | 2006-11-28 19:21:15 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-11-28 19:21:15 +0000 |
commit | aa1537e8477dda15d1142ee01473123fd2f3e39b (patch) | |
tree | 994faee90437367e5441cebfce45cba615cbba2c /ftp | |
parent | 47550041f58f6892b459a508b30bf7a4153507d4 (diff) | |
download | FreeBSD-ports-aa1537e8477dda15d1142ee01473123fd2f3e39b.zip FreeBSD-ports-aa1537e8477dda15d1142ee01473123fd2f3e39b.tar.gz |
- Deprecate
- Set EXPIRATION_DATE
PR: 105968
Submitted by: gabor
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/jmirror/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/jmirror/Makefile b/ftp/jmirror/Makefile index 612549a..df1e6ff 100644 --- a/ftp/jmirror/Makefile +++ b/ftp/jmirror/Makefile @@ -15,6 +15,9 @@ COMMENT= FTP mirroring program written in PERL (REQUIRES PERL5,Net::FTP) RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net +DEPRECATED= distfile disappeared and has no homepage +EXPIRATION_DATE= 2006-12-28 + USE_PERL5= YES NO_BUILD= YES PLIST_FILES= bin/jmirror %%EXAMPLESDIR%%/sample.jmirror.conf |