diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 10:05:22 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 10:05:22 +0800 |
commit | b76a791fd85aa3020c99cdf4e92f8f058be2e932 (patch) | |
tree | 50f1ab9a185db89d8a9a402dbdc7b01f7efd502a /finance | |
parent | ca75b87d2a3a92eab74b60c42d8e57be203f4583 (diff) | |
download | freebsd-ports-gnome-b76a791fd85aa3020c99cdf4e92f8f058be2e932.tar.gz freebsd-ports-gnome-b76a791fd85aa3020c99cdf4e92f8f058be2e932.tar.zst freebsd-ports-gnome-b76a791fd85aa3020c99cdf4e92f8f058be2e932.zip |
- Update COMMENT and MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/trytond_country/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/finance/trytond_country/Makefile b/finance/trytond_country/Makefile index 78e87fcec342..0427e95b7f47 100644 --- a/finance/trytond_country/Makefile +++ b/finance/trytond_country/Makefile @@ -1,22 +1,19 @@ -# 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}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it -COMMENT= The Country Module for Tryton +COMMENT= Tryton Application Platform (Country Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +CONFLICTS= trytond_country-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |