8ea2e72493
ok wiz@
22 lines
641 B
Makefile
22 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/06/25 06:05:32 richard Exp $
|
|
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
DISTNAME= trytond_country-${TRYTOND_VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
|
|
CATEGORIES= geography python
|
|
MASTER_SITES= ${TRYTON_SITES}
|
|
|
|
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
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|