mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
30 lines
701 B
Makefile
30 lines
701 B
Makefile
PORTNAME= rbllookup
|
|
PORTVERSION= 0.0.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= drixter@e-utp.net
|
|
COMMENT= Check given IP/Host presence in 106 RBLs
|
|
WWW= https://rbllookup.sourceforge.net
|
|
|
|
BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \
|
|
p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= rbl.pl
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/rbllookup
|
|
PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rbl.pl ${STAGEDIR}${PREFIX}/bin/rbllookup
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|