blob: b86680cb75c4e3d904a9c09980f4501321104391 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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:${PORTSDIR}/www/py-django16
MASTERDIR= ${.CURDIR}/../py-django-tastypie
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}
.include "${MASTERDIR}/Makefile"
|