freebsd-ports/devel/py-django16-tastypie-mongoengine/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
622 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-tastypie-mongoengine
PKGNAMESUFFIX= 16
MAINTAINER= dvl@FreeBSD.org
COMMENT= MongoEngine support for django-tastypie using Django 1.6
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-tastypie16>=0.9.12:www/py-django16-tastypie \
${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:devel/py-mongoengine \
${PYTHON_PKGNAMEPREFIX}django16>0:www/py-django16
MASTERDIR= ${.CURDIR}/../py-django-tastypie-mongoengine
CONFLICTS_INSTALL= devel/py-django-tastypie-mongoengine
.include "${MASTERDIR}/Makefile"