summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/crawl/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index 6e896544f254..d2676aad821e 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -1,24 +1,20 @@
PORTNAME= crawl
PORTVERSION= 0.4
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= www
MASTER_SITES= http://www.monkey.org/~provos/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= portmaster@BSDforge.com
COMMENT= Small, efficient web crawler with advanced features
WWW= https://www.monkey.org/~provos/crawl/
LICENSE= BSD4CLAUSE
-DEPRECATED= Abandonware and obsolete, last release in 2003 and no longer developed. Consider using ftp/wget
-EXPIRATION_DATE=2024-06-30
-
LIB_DEPENDS= libevent.so:devel/libevent
USES= bdb pkgconfig
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-libevent --program-transform-name=''
CONFIGURE_ENV= EVENTINC="`pkgconf --cflags libevent`" EVENTLIB="`pkgconf --libs libevent`"