1a0e887b8a
Vcheck is a tool for checking for latest versions of programs at HTTP and FTP locations given a list of URLs and (Perl-style) regular expressions to match, and to optionally download them automatically.
18 lines
533 B
Makefile
18 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/03/17 08:48:57 seb Exp $
|
|
#
|
|
|
|
DISTNAME= vcheck-1.2.1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= http://www.stud.tu-ilmenau.de/~gomar/stuff/vcheck/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.stud.tu-ilmenau.de/~gomar/stuff/vcheck/
|
|
COMMENT= latest program version checker and auto-downloader
|
|
|
|
DEPENDS+= p5-libwww>=5.69nb1:../../www/p5-libwww
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/vcheck/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|