freebsd-ports/www/google-sitemapgen/Makefile

22 lines
492 B
Makefile
Raw Normal View History

# New ports collection makefile for: google-sitemapgen
# Date created: 09 June 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= google-sitemapgen
2006-02-17 10:01:57 +01:00
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>