35af66a196
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
21 lines
592 B
Makefile
21 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/03/06 00:18:22 wiz Exp $
|
|
|
|
DISTNAME= python-gnutls-0.2
|
|
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//}
|
|
PKGREVISION= 8
|
|
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
|
|
PYDISTUTILSPKG= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|