freebsd-ports/www/py-django16-tastypie/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

19 lines
420 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-tastypie
PKGNAMESUFFIX= 16
MAINTAINER= dvl@FreeBSD.org
COMMENT= Create REST API for Django apps using Django 1.6
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${MY_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}django16>0:www/py-django16
MASTERDIR= ${.CURDIR}/../py-django-tastypie
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}
.include "${MASTERDIR}/Makefile"