Files
ports/security/proxycheck/Makefile
T
Muhammad Moinur Rahman 77f011e5c5 security/proxycheck: Mark DEPRECATED
- dnsbl.org has been shutdown a long time ago
- Set EXPIRATION_DATE 2026-07-27
- Pet portclippy
- Optionize post-install
2026-06-27 16:09:43 +02:00

30 lines
700 B
Makefile

PORTNAME= proxycheck
DISTVERSION= 0.49a
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \
http://www.it.ca/~paul/src/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Check for open proxy servers
WWW= https://www.corpit.ru/mjt/proxycheck.html
DEPRECATED= dnsbl.org has been shut down
EXPIRATION_DATE= 2026-07-31
PORTSCOUT= skipv:0.49
HAS_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>