summaryrefslogtreecommitdiff
path: root/sysutils/whatpix/Makefile
blob: 0b77df10f7a9b5791f51b91e6f35bc3ec3deb6bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>