aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/vcheck/Makefile
blob: 5cd17e6f020d747e7d567ebfbf8fa4497948e4b0 (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
# ex:ts=8
# New ports collection makefile for:    vcheck
# Date created:         Jun 1, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   vcheck
PORTVERSION=    1.2.1
CATEGORIES= ftp
MASTER_SITES=   http://www.stud.tu-ilmenau.de/~gomar/stuff/vcheck/

MAINTAINER= svenasse@polaris.ca
COMMENT=    Automatically check for and download most recent versions of software

BUILD_DEPENDS=  ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN1=   vcheck.1

.include <bsd.port.mk>