1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/finance/trytond_country/Makefile
Wen Heping 443d7d560b trytond_country is the country module for tryton.
The country module defines the concepts of country and
subdivision and comes preloaded with the ISO 3166 list of
countries and subdivisions thanks to the pycountry module.

WWW: http://www.tryton.org/

PR:		170557
Submitted by:	Matthias Petermann <matthias@d2ux.net>
2012-08-20 01:03:48 +00:00

24 lines
505 B
Makefile

# New ports collection makefile for: trytond_country
# Date created: 12 August, 2012
# Whom: Matthias Petermann<matthias@petermann.it>
#
# $FreeBSD$
#
PORTNAME= trytond_country
PORTVERSION= 2.4.0
CATEGORIES= finance python
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias@petermann.it
COMMENT= The Country Module for Tryton
LICENSE= GPLv3
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>