diff options
author | pst <pst@FreeBSD.org> | 1995-10-14 23:13:48 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-10-14 23:13:48 +0000 |
commit | 802b72995747b2fc0cc87c452293c17df8566dd6 (patch) | |
tree | a69fb6835b70bb9b2b91973688c269456cff2af9 /www/weblint/Makefile | |
parent | a8acf3e29ffd11aee0ff4c567f54266ee4c911de (diff) | |
download | FreeBSD-ports-802b72995747b2fc0cc87c452293c17df8566dd6.zip FreeBSD-ports-802b72995747b2fc0cc87c452293c17df8566dd6.tar.gz |
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 0000000..e0cb894 --- /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> |