summaryrefslogtreecommitdiff
path: root/geography/py-trytond-country/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-01 18:10:53 +0000
committerrodent <rodent>2014-02-01 18:10:53 +0000
commitde0986aa352452e704f6d7d95f0f708623eba772 (patch)
tree70e68c4c0fec8479df2601c2b3cc674300bbfcc6 /geography/py-trytond-country/Makefile
parent6ca14b3286af8a1418b3c3785cbea3aa9bb28aa6 (diff)
downloadpkgsrc-de0986aa352452e704f6d7d95f0f708623eba772.tar.gz
Import py27-trytond-country-3.0.0 as geography/py-trytond-country.
The country module of the Tryton application platform.
Diffstat (limited to 'geography/py-trytond-country/Makefile')
-rw-r--r--geography/py-trytond-country/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/geography/py-trytond-country/Makefile b/geography/py-trytond-country/Makefile
new file mode 100644
index 00000000000..107bd99df50
--- /dev/null
+++ b/geography/py-trytond-country/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2014/02/01 18:10:53 rodent Exp $
+
+DISTNAME= trytond_country-3.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
+CATEGORIES= geography python
+MASTER_SITES= http://downloads.tryton.org/3.0/
+
+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"