b3e78ade01
They all non-functional changes.
25 lines
522 B
Makefile
25 lines
522 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.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>
|