freebsd-ports/www/google-sitemapgen/Makefile
Ruslan Makhmatkhanov b3e78ade01 - replace YES' with yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
2012-02-19 07:02:58 +00:00

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>