mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
505 B
Makefile
21 lines
505 B
Makefile
|
# Created by: Matthias Petermann<matthias@petermann.it>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= trytond_google_maps
|
||
|
PORTVERSION= 2.4.0
|
||
|
CATEGORIES= www finance python
|
||
|
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
|
||
|
|
||
|
MAINTAINER= matthias@petermann.it
|
||
|
COMMENT= Tryton Application Platform (Google Maps Module)
|
||
|
|
||
|
LICENSE= GPLv3
|
||
|
|
||
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
||
|
trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party
|
||
|
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS=easy_install
|
||
|
|
||
|
.include <bsd.port.mk>
|