aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-14 09:02:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-14 09:02:15 +0000
commit8343779129d1f11a2e5691e410ec1690fa796bb1 (patch)
treef515d762787bd12e0208bbc59c1083bd6055c45d /www
parent2bd8a7f1eb8922d849bddbfbd7b514aa3550de1a (diff)
downloadports-8343779129d1f11a2e5691e410ec1690fa796bb1.tar.gz
ports-8343779129d1f11a2e5691e410ec1690fa796bb1.zip
- Fix LICENSE
- Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=438501
Diffstat (limited to 'www')
-rw-r--r--www/py-django-babel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-django-babel/Makefile b/www/py-django-babel/Makefile
index 75ea5c3427e3..eaa4a75dee85 100644
--- a/www/py-django-babel/Makefile
+++ b/www/py-django-babel/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Utilities for using Babel in django
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \
${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel