blob: 97be1ae5952b3cfbb8956045f31a7af3ed2ccce4 (
plain) (
tree)
|
|
# New ports collection makefile for: google-sitemapgen
# Date created: 09 June 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= google-sitemapgen
PORTVERSION= 1.5
CATEGORIES= www devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= sitemap_gen_${PORTVERSION}
MAINTAINER= skv@FreeBSD.org
COMMENT= Script to analyze web server and generate Google Sitemap files
PROJECTHOST= sitemap-generators
NO_WRKSUBDIR=
USE_PYTHON= YES
USE_PYDISTUTILS=YES
PYDISTUTILS_PKGNAME= sitemap_gen
.include <bsd.port.mk>
|