blob: 706e295d113f6de4fc07e9780bd07ded3315b410 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $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"
|