diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-26 16:11:41 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-26 16:11:41 +0000 |
commit | 73a82b062fe663a93a90140ef84a6370a47709d2 (patch) | |
tree | 56f05d255d507a7205ae90d6c2719b6581ef785b /devel/py-ice | |
parent | 9c999f010ecab8fcea5b160f156e04072a74cb8c (diff) | |
download | ports-73a82b062fe663a93a90140ef84a6370a47709d2.tar.gz ports-73a82b062fe663a93a90140ef84a6370a47709d2.zip |
Notes
Diffstat (limited to 'devel/py-ice')
-rw-r--r-- | devel/py-ice/Makefile | 3 | ||||
-rw-r--r-- | devel/py-ice/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index cff92723f487..53b12ed76a90 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -8,7 +8,8 @@ PORTNAME= Ice PORTVERSION= 2.1.2 CATEGORIES= devel python -MASTER_SITES= http://www.zeroc.com/download/Ice/2.1/ +MASTER_SITES= http://www.zeroc.com/download/Ice/2.1/ \ + ftp://ftp.ipt.ru/pub/download/ PKGNAMEPREFIX= py- DISTNAME= IcePy-${PORTVERSION} diff --git a/devel/py-ice/pkg-descr b/devel/py-ice/pkg-descr index 268dc4704e82..52afa5334646 100644 --- a/devel/py-ice/pkg-descr +++ b/devel/py-ice/pkg-descr @@ -5,6 +5,8 @@ to the Ice product portfolio, enabling developers to take advantage of the productivity offered by Python's friendly syntax and extensive function library. +This Ice distribution is released under the GNU General Public License (GPL). + WWW: http://www.zeroc.org/ - Boris B. Samorodov |