pkgsrc-wip/py-divmod-vertex/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

24 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/10/29 08:32:54 shattered Exp $
VERTEX_VERSION= 0.2.0
DISTNAME= Vertex-${VERTEX_VERSION}
PKGNAME= ${PYPKGPREFIX}-divmod-vertex-${VERTEX_VERSION}
CATEGORIES= python net
MASTER_SITES= http://milosn.no-ip.org/files/
#MASTER_SITES= ftp://ftp.osuosl.org/pub/nslu2/sources/
#MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/
EXTRACT_SUFX= .tar.gz
MAINTAINER= milos.negovanovic@googlemail.com
HOMEPAGE= http://divmod.org/trac/wiki/DivmodVertex
COMMENT= An implementation of the Q2Q protocol
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-twisted-core>=2.4.0:../../wip/py-twisted-core
DEPENDS+= ${PYPKGPREFIX}-divmod-epsilon>=0.5.0:../../wip/py-divmod-epsilon
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 24
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"