2013-01-04 20:26:23 +01:00
|
|
|
# Created by: Kevin Golding <ports@caomhin.org>
|
2010-06-06 10:26:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= django-livesettings
|
2013-01-04 20:26:23 +01:00
|
|
|
DISTVERSION= 1.4-12
|
2014-03-01 19:06:10 +01:00
|
|
|
PORTREVISION= 1
|
2010-06-06 10:26:56 +02:00
|
|
|
CATEGORIES= www python
|
2013-01-04 20:26:23 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MASTER_SITE_SUBDIR= source/d/${PORTNAME}
|
2010-06-06 10:26:56 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= ports@caomhin.org
|
2013-01-04 20:26:23 +01:00
|
|
|
COMMENT= Configure Django project settings via admin interface
|
2010-06-06 10:26:56 +02:00
|
|
|
|
2011-11-02 01:44:05 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-05-21 11:43:07 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
|
2013-01-04 20:26:23 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
|
2010-06-06 10:26:56 +02:00
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2014-03-01 19:06:10 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-01-04 20:26:23 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -type f -name "*.orig" -delete
|
2010-06-06 10:26:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|