pkgsrc/security/py-gnutls/Makefile

23 lines
625 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:12 tv Exp $
DISTNAME= python-gnutls-0.2
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//}
PKGREVISION= 4
CATEGORIES= security python
MASTER_SITES= http://home.o2w.net/~ivo/python-gnutls/dist/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://home.o2w.net/~ivo/wiki/moin.cgi/PythonGnutls
COMMENT= Python bindings for GNUTLS
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_BUILDLINK3= yes
PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
2004-02-14 16:00:37 +01:00
PYTHON_VERSIONS_ACCEPTED= 23 23pth
.include "../../lang/python/extension.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"