Skip to content

Commit

Permalink
www/crawl: set MAINTAINER && remove DEPRECATED
Browse files Browse the repository at this point in the history
Maintainer already maintains several ports.

PR:		278986
Reported by:	portmaster@bsdforge.com
  • Loading branch information
Chris Hutchinson authored and fernape committed May 16, 2024
1 parent 57a2d22 commit 011d7d9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions www/crawl/Makefile
Original file line number Diff line number Diff line change
@@ -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`"

Expand Down

0 comments on commit 011d7d9

Please sign in to comment.