freebsd-ports/ftp/vcheck/Makefile
Ying-Chieh Liao c361e49841 add vcheck
Automatically check for and download most recent versions of software
2001-06-01 19:03:15 +00:00

24 lines
459 B
Makefile

# ex:ts=8
# New ports collection makefile for: vcheck
# Date created: Jun 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= vcheck
PORTVERSION= 1.0.3
CATEGORIES= ftp
MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/vcheck/
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= vcheck.1
.include <bsd.port.mk>