mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= google-sitemapgen
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= https://fossies.org/linux/www/old/
|
|
DISTNAME= sitemap_gen_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Script to analyze web server and generate Google Sitemap files
|
|
|
|
NO_ARCH= yes
|
|
NO_WRKSUBDIR= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|