1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/ftp/vcheck/Makefile
Erwin Lansing 9030b5c3b8 Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:	tobez
Approved by:	portmgr (self)
2005-09-20 14:20:34 +00:00

25 lines
505 B
Makefile

# 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>