|
Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
| 2 |
|
| 3 |
PORTNAME= django-jquery-js |
| 4 |
PORTVERSION= 3.1.1 |
| 5 |
CATEGORIES= www python |
| 6 |
MASTER_SITES= CHEESESHOP |
| 7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 8 |
|
| 9 |
MAINTAINER= alex@axanderio.de |
| 10 |
COMMENT= jQuery, bundled up so apps can depend upon it |
| 11 |
|
| 12 |
LICENSE= BSD3CLAUSE |
| 13 |
|
| 14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>2.2.*:www/py-django22@${PY_FLAVOR} |
| 15 |
|
| 16 |
USES= python |
| 17 |
USE_PYTHON= autoplist distutils |
| 18 |
|
| 19 |
NO_ARCH= yes |
| 20 |
|
| 21 |
.include <bsd.port.mk> |