pkgsrc/geography/py-trytond-country/Makefile
wiz 1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00

25 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/08/28 15:48:32 wiz Exp $
TRYTON_MODULE_NAME= trytond_country
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= geography python
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
COMMENT= Country module of the Tryton application platform
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_country.py
PY_PATCHPLIST= yes
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/trytond_import_zip \
${DESTDIR}${PREFIX}/bin/trytond${PYVERSSUFFIX}_import_zip
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"