freebsd-ports/www/google-sitemapgen/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

22 lines
525 B
Makefile

# 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
PYDISTUTILS_PKGNAME= sitemap_gen
.include <bsd.port.mk>