freebsd-ports/sysutils/whatpix/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

26 lines
596 B
Makefile

PORTNAME= whatpix
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://whatpix.sourceforge.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl console application which finds, moves, or deletes duplicate files
WWW= https://whatpix.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/whatpix
USES= perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= whatpix
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>