1b0994ee1e
With hat: python@
21 lines
435 B
Makefile
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=
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
PYDISTUTILS_PKGNAME= sitemap_gen
|
|
|
|
.include <bsd.port.mk>
|