a77e7015fe
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
19 lines
488 B
Makefile
19 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:11 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= kenosis-0.941
|
|
PKGNAME= ${PYPKGPREFIX}-kenosis-0.94.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kenosis/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kenosis.sourceforge.net/
|
|
COMMENT= P2P RPC system
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYSETUP= kenosis_setup.py
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|