diff options
author | bsam <bsam@FreeBSD.org> | 2011-02-11 16:32:45 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-02-11 16:32:45 +0800 |
commit | 79196176332c3f1fe0cff9fcd4dbc1e9332d9a40 (patch) | |
tree | 512c823b43759f499af2411cde2a2f7644075278 /comms | |
parent | f06bb620c8fdb79f02a43938fb7209aa531d4d1d (diff) | |
download | freebsd-ports-gnome-79196176332c3f1fe0cff9fcd4dbc1e9332d9a40.tar.gz freebsd-ports-gnome-79196176332c3f1fe0cff9fcd4dbc1e9332d9a40.tar.zst freebsd-ports-gnome-79196176332c3f1fe0cff9fcd4dbc1e9332d9a40.zip |
Mark deprecated since version 1.29.0 comms/gammu uses python by default.
Set an expiration date in three months.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu-python/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/gammu-python/Makefile b/comms/gammu-python/Makefile index 9061fa3c47b8..9204e09a3120 100644 --- a/comms/gammu-python/Makefile +++ b/comms/gammu-python/Makefile @@ -9,6 +9,9 @@ PKGNAMESUFFIX= -python CONFLICTS= gammu-[1-9]* gammu-devel-[1-9]* +DEPRECATED= since version 1.29.0 comms/gammu uses python by default +EXPIRATION_DATE= 2011-05-11 + WITH_PYTHON_GAMMU= yes MASTERDIR= ${.CURDIR}/../gammu |