pkgsrc-wip/py-repositoryhandler/Makefile
Thomas Klausner 1e186dcfca Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:09:41 +00:00

39 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2012/04/08 19:09:50 thomasklausner Exp $
#
DISTNAME= repositoryhandler-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://forge.morfeo-project.org/frs/download.php/530/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://forge.morfeo-project.org/projects/libresoft-tools/
COMMENT= RepositoryHandler is a python library for handling code repositories
LICENSE= gnu-gpl-v2
DEPENDS+= bzr>=2.0.3:../../devel/bzr
DEPENDS+= scmgit>=1.7.0.5:../../devel/scmgit
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= repositoryhandler.pc.in
PY_PATCHPLIST= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
DOCDIR= ${PREFIX}/share/doc/repositoryhandler
INSTALLATION_DIRS= ${DOCDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"