4574e78735
Prompted by: looking at portsurvey
20 lines
350 B
Makefile
20 lines
350 B
Makefile
# New ports collection makefile for: weblint
|
|
# Date created: Oct 14, 1995
|
|
# Whom: pst
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= weblint
|
|
PORTVERSION= 1.020
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \
|
|
${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR=../../authors/id/NEILB
|
|
|
|
MAINTAINER= pst@FreeBSD.org
|
|
|
|
MAN1= weblint.1
|
|
|
|
.include <bsd.port.mk>
|