1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/google-sitemapgen/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

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>