[Midnightbsd-cvs] mports [20304] trunk/www/google-sitemapgen/Makefile: fix python
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 27 14:10:55 EDT 2015
Revision: 20304
http://svnweb.midnightbsd.org/mports/?rev=20304
Author: laffer1
Date: 2015-09-27 14:10:55 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
fix python
Modified Paths:
--------------
trunk/www/google-sitemapgen/Makefile
Modified: trunk/www/google-sitemapgen/Makefile
===================================================================
--- trunk/www/google-sitemapgen/Makefile 2015-09-27 18:10:10 UTC (rev 20303)
+++ trunk/www/google-sitemapgen/Makefile 2015-09-27 18:10:55 UTC (rev 20304)
@@ -2,6 +2,7 @@
PORTNAME= google-sitemapgen
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= sitemap_gen_${PORTVERSION}
@@ -8,6 +9,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Script to analyze web server and generate Google Sitemap files
+
LICENSE= bsd3
PROJECTHOST= sitemap-generators
@@ -14,8 +16,8 @@
NO_WRKSUBDIR=
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= sitemap_gen
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list