diff options
author | Paul Traina <pst@FreeBSD.org> | 1995-10-14 23:13:48 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1995-10-14 23:13:48 +0000 |
commit | c5eebdd9edea4151305213fcf9c2faa10efa82fe (patch) | |
tree | b8abb361e6cdf5f7637a2c1b2f96aed2ac42430c /www/weblint/Makefile | |
parent | d3ba22521979209e3cc95311cf68505a9d0b2515 (diff) | |
download | ports-c5eebdd9edea4151305213fcf9c2faa10efa82fe.tar.gz ports-c5eebdd9edea4151305213fcf9c2faa10efa82fe.zip |
Notes
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> |