pkgsrc/misc/py-trytond-company/Makefile
rodent 531ded5e07 Import py27-trytond-company-3.0.0 as misc/py-trytond-company.
The company module of the Tryton application platform.
2014-02-01 19:04:31 +00:00

24 lines
807 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/02/01 19:04:31 rodent Exp $
DISTNAME= trytond_company-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= misc python
MASTER_SITES= http://downloads.tryton.org/3.0/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
COMMENT= Company module of the Tryton application platform
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party
DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency
DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_company.py
PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"