diff options
Diffstat (limited to 'irc/py-supybot/Makefile')
-rw-r--r-- | irc/py-supybot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/py-supybot/Makefile b/irc/py-supybot/Makefile index 8ec6bd9a9f79..08b766ee917c 100644 --- a/irc/py-supybot/Makefile +++ b/irc/py-supybot/Makefile @@ -6,10 +6,9 @@ # PORTNAME= supybot -PORTVERSION= 0.83.2 +PORTVERSION= 0.83.3 CATEGORIES= irc python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= supybot +MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Supybot-${PORTVERSION} @@ -17,9 +16,10 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Supybot - A Superb Python IRC bot USE_BZIP2= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 0.83.1+darcs +PYDISTUTILS_EGGINFO= supybot-${PORTVERSION}-py${PYTHON_VER}.egg-info DOCS= ACKS ChangeLog INSTALL LICENSE README RELNOTES |