diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-22 08:31:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-22 08:31:06 +0000 |
commit | 13951d987dd974da5710adfd0eead737396d3136 (patch) | |
tree | 3aae86642f51643502fc407ce4103cfae40f5f33 /devel/py-sip | |
parent | ad91cff8decf48ff94b8098266a03a7191ab36dc (diff) | |
download | ports-13951d987dd974da5710adfd0eead737396d3136.tar.gz ports-13951d987dd974da5710adfd0eead737396d3136.zip |
Notes
Diffstat (limited to 'devel/py-sip')
-rw-r--r-- | devel/py-sip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile index 469d4dc62569..2d4e8170f976 100644 --- a/devel/py-sip/Makefile +++ b/devel/py-sip/Makefile @@ -8,11 +8,12 @@ PORTNAME= sip PORTVERSION= 4.5.2 CATEGORIES= devel python MASTER_SITES= http://www.riverbankcomputing.com/Downloads/sip4/ \ + http://freebsd.ricin.com/ports/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= miwi PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danny@ricin.com COMMENT= Python to C and C++ bindings generator USE_PYTHON= yes |