freebsd-ports/www/py-wikitools/Makefile
Ruslan Makhmatkhanov 0e152fc4c0 www/py-wikitools: remove stale conditional
Python 2.6 and earlier versions long gone.

With hat:		python
2016-02-02 20:34:41 +00:00

19 lines
407 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= wikitools
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python package for interacting with a MediaWiki wiki
PROJECTHOST= python-${PORTNAME}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>