2005-06-09 09:00:30 +00:00
|
|
|
# New ports collection makefile for: google-sitemapgen
|
|
|
|
# Date created: 09 June 2005
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= google-sitemapgen
|
2005-10-07 10:27:10 +00:00
|
|
|
PORTVERSION= 1.3
|
2005-06-09 09:00:30 +00:00
|
|
|
CATEGORIES= www devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= goog-sitemapgen
|
|
|
|
DISTNAME= sitemap_gen-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Script to analyze web server and generate Google Sitemap files
|
|
|
|
|
|
|
|
USE_PYTHON= YES
|
|
|
|
USE_PYDISTUTILS=YES
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|