Index: head/www/py-surl/Makefile =================================================================== --- head/www/py-surl/Makefile (revision 282101) +++ head/www/py-surl/Makefile (revision 282102) @@ -1,27 +1,31 @@ # Ports collection makefile for: py-surl # Date created: 2010-10-04 # Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= surl PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://launchpadlibrarian.net/37026875/ \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org COMMENT= URL shortening command line application -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson - LICENSE= GPLv3 USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes USE_BZIP2= yes -.include +.include + +.if ${PYTHON_REL} < 260 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson +.endif + +.include Property changes on: head/www/py-surl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property