aboutsummaryrefslogtreecommitdiff
path: root/ftp/vcheck/Makefile
blob: 37b655676e17b1506246e3923f5fa5b72b5502d8 (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://keyserver.kjsl.com/~jharris/distfiles/

MAINTAINER=	ports@FreeBSD.org
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>