diff options
Diffstat (limited to 'www/google-sitemapgen/Makefile')
-rw-r--r-- | www/google-sitemapgen/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/google-sitemapgen/Makefile b/www/google-sitemapgen/Makefile index bd987e2c5f32..25206f7ad84e 100644 --- a/www/google-sitemapgen/Makefile +++ b/www/google-sitemapgen/Makefile @@ -10,12 +10,9 @@ 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 +NO_ARCH= yes +NO_WRKSUBDIR= yes +USES= python:2 +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |