Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (working copy) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= django-jquery-js +PORTVERSION= 3.1.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alex@axanderio.de +COMMENT= jQuery, bundled up so apps can depend upon it + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>2.2.*:www/py-django22@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Index: distinfo =================================================================== --- distinfo (nonexistent) +++ distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562603195 +SHA256 (django-jquery-js-3.1.1.tar.gz) = 308e6472801f89be7c02fa3d06bea6470cfbcab8287db80c64b1093717b8eea9 +SIZE (django-jquery-js-3.1.1.tar.gz) = 111923 Index: pkg-descr =================================================================== --- pkg-descr (nonexistent) +++ pkg-descr (working copy) @@ -0,0 +1,3 @@ +jQuery, bundled up so apps can depend upon it + +WWW: https://pypi.org/project/django-jquery-js/