View | Details | Raw Unified | Return to bug 239049
Collapse All | Expand All

(-)Makefile (+21 lines)
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>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562603195
2
SHA256 (django-jquery-js-3.1.1.tar.gz) = 308e6472801f89be7c02fa3d06bea6470cfbcab8287db80c64b1093717b8eea9
3
SIZE (django-jquery-js-3.1.1.tar.gz) = 111923
(-)pkg-descr (+3 lines)
Line 0 Link Here
1
jQuery, bundled up so apps can depend upon it
2
3
WWW: https://pypi.org/project/django-jquery-js/

Return to bug 239049