summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Hutchinson <portmaster@bsdforge.com>2024-05-15 20:43:42 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-05-16 08:19:45 +0200
commit011d7d90168c4b756fec71a8706d8314f4e5bc50 (patch)
tree7f937fbced3a64b12aff1380a15b6e5f47625e61
parentnet/bmon: fix Makefile, files/patchfile (diff)
www/crawl: set MAINTAINER && remove DEPRECATED
Maintainer already maintains several ports. PR: 278986 Reported by: portmaster@bsdforge.com
-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`"