freebsd-ports/www/google-sitemapgen/Makefile
Baptiste Daroussin 27131af048 Reassign skv@ ports to the heap
Feature safe:	yes
2013-04-22 13:27:47 +00:00

21 lines
435 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= google-sitemapgen
PORTVERSION= 1.5
CATEGORIES= www devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= sitemap_gen_${PORTVERSION}
MAINTAINER= ports@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>