aboutsummaryrefslogtreecommitdiff
path: root/www/google-sitemapgen/Makefile
blob: d4bb58be56a9d26f7c2194f1c58ef5dd0e77cd89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	google-sitemapgen
# Date created:	   09 June 2005
# Whom:		   Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	google-sitemapgen
PORTVERSION=	1.4
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>