freebsd-ports/sysutils/whatpix/Makefile
Andrej Zverev 995f5a5f62 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 06:13:27 +00:00

27 lines
620 B
Makefile

# New ports collection makefile for: mtf
# Date created: 02 June 2002
# Whom: 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
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin
.include <bsd.port.mk>