diff options
Diffstat (limited to 'textproc/referrercop')
-rw-r--r-- | textproc/referrercop/Makefile | 11 | ||||
-rw-r--r-- | textproc/referrercop/pkg-descr | 1 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/referrercop/Makefile b/textproc/referrercop/Makefile index 4e15af3eba19..97e87c64d70f 100644 --- a/textproc/referrercop/Makefile +++ b/textproc/referrercop/Makefile @@ -1,18 +1,17 @@ -# New ports collection makefile for: referrercop -# Date created: 21 June 2005 -# Whom: Ryan Grove <ryan@wonko.com> -# +# Created by: Ryan Grove <ryan@wonko.com> # $FreeBSD$ -# PORTNAME= referrercop PORTVERSION= 1.1.0 CATEGORIES= textproc www ruby MASTER_SITES= http://wonko.com/files/ -MAINTAINER= ryan@wonko.com +MAINTAINER= ports@FreeBSD.org COMMENT= Filters referrer spam from Apache logs and AWStats data files +DEPRECATED= distfile unfetchable +EXPIRATION_DATE=2014-01-01 + NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= fileutils optparse ruby18 diff --git a/textproc/referrercop/pkg-descr b/textproc/referrercop/pkg-descr index f4fa484f91df..fc0158c49190 100644 --- a/textproc/referrercop/pkg-descr +++ b/textproc/referrercop/pkg-descr @@ -3,4 +3,3 @@ returns the filtered files via standard output. Author: Ryan Grove <ryan@wonko.com> -WWW: http://wiki.wonko.com/software/referrercop/ |