blob: 74eacfa44483da80edc4c9e73fe146b508ec0a7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= dinoex@FreeBSD.org
MAN1= weblint.1
.include <bsd.port.mk>
|