diff options
author | pst <pst@FreeBSD.org> | 1995-10-15 07:13:48 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-10-15 07:13:48 +0800 |
commit | 802b72995747b2fc0cc87c452293c17df8566dd6 (patch) | |
tree | a69fb6835b70bb9b2b91973688c269456cff2af9 /www/weblint/Makefile | |
parent | a8acf3e29ffd11aee0ff4c567f54266ee4c911de (diff) | |
download | freebsd-ports-gnome-802b72995747b2fc0cc87c452293c17df8566dd6.tar.gz freebsd-ports-gnome-802b72995747b2fc0cc87c452293c17df8566dd6.tar.zst freebsd-ports-gnome-802b72995747b2fc0cc87c452293c17df8566dd6.zip |
weblint - html syntax checker
Diffstat (limited to 'www/weblint/Makefile')
-rw-r--r-- | www/weblint/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/weblint/Makefile b/www/weblint/Makefile new file mode 100644 index 000000000000..e0cb8949322a --- /dev/null +++ b/www/weblint/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: weblint +# Version required: 3.0 +# Date created: Oct 14, 1995 +# Whom: pst +# +# $Id$ +# + +DISTNAME= weblint-1.011 +MASTER_SITES= ftp://ftp.khoral.com/pub/perl/www/ +CATEGORIES+= www +MAINTAINER= pst + +.include <bsd.port.mk> |