blob: 294b3b2098c1227da49cd78a04677ace5e30543a (
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
|
# Created by: Philippe Casidy <pcasidy@casidy.com>
# $FreeBSD$
PORTNAME= whatpix
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://whatpix.sourceforge.net/download/
MAINTAINER= pcasidy@casidy.com
COMMENT= Perl console application which finds, moves, or deletes duplicate files
RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
NO_BUILD= yes
PLIST_FILES= bin/whatpix
USES= perl5
USE_PERL5= run
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin
.include <bsd.port.mk>
|