aboutsummaryrefslogtreecommitdiff
path: root/finance/trytond28_calendar_scheduling/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/trytond28_calendar_scheduling/Makefile')
-rw-r--r--finance/trytond28_calendar_scheduling/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/finance/trytond28_calendar_scheduling/Makefile b/finance/trytond28_calendar_scheduling/Makefile
deleted file mode 100644
index 3eeafb235cfe..000000000000
--- a/finance/trytond28_calendar_scheduling/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Matthias Petermann <matthias@petermann-it.de>
-# $FreeBSD$
-
-PORTNAME= trytond28_calendar_scheduling
-PORTVERSION= 2.8.1
-PORTREVISION= 2
-CATEGORIES= finance python
-MASTER_SITES= CHEESESHOP \
- http://downloads-cdn.tryton.org/${PORTVERSION:R}/
-DISTNAME= trytond_calendar_scheduling-${PORTVERSION}
-
-MAINTAINER= matthias@petermann-it.de
-COMMENT= Tryton Application Platform (Calendar Scheduling Module)
-
-DEPRECATED= Outdated, uses EOLed python27
-EXPIRATION_DATE= 2020-02-03
-
-LICENSE= GPLv3
-
-RUN_DEPENDS= trytond28_calendar>=2.8.0:finance/trytond28_calendar
-
-CONFLICTS= trytond_calendar_scheduling-2.[46].*
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>