aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/whatpix/Makefile
blob: 9abb7182560630b552ec8780bb0ba7f35447b8f8 (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
# New ports collection makefile for:   mtf
# Date created:        02 June 2002
# Whom:                Philippe Casidy <pcasidy@casidy.com>
#
# $FreeBSD$
#

PORTNAME=   whatpix
PORTVERSION=    1.2
CATEGORIES= sysutils
MASTER_SITES=   http://whatpix.sourceforge.net/download/

MAINTAINER= pcasidy@casidy.com

RUN_DEPENDS=    ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1

NO_BUILD=   yes
USE_PERL5_RUN=  yes

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin

.include <bsd.port.mk>