freebsd-ports/www/google-sitemapgen/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

23 lines
485 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= google-sitemapgen
PORTVERSION= 1.5
CATEGORIES= www devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= sitemap_gen_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Script to analyze web server and generate Google Sitemap files
BROKEN= Unfetchable (google code has gone away)
PROJECTHOST= sitemap-generators
NO_WRKSUBDIR=
USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= sitemap_gen
.include <bsd.port.mk>