aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-06-09 01:12:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-06-09 01:12:12 +0800
commit3c4975c8559fc259e1e110912e56ec3a6e48d640 (patch)
tree84973a7f2667e9a7f5f9f75e355ef8e88d7be88f /www
parent8df52cacdff6e6a75f7382bd649052fe029d0244 (diff)
downloadfreebsd-ports-gnome-3c4975c8559fc259e1e110912e56ec3a6e48d640.tar.gz
freebsd-ports-gnome-3c4975c8559fc259e1e110912e56ec3a6e48d640.tar.zst
freebsd-ports-gnome-3c4975c8559fc259e1e110912e56ec3a6e48d640.zip
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r--www/py-django-datetime-widget/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/py-django-datetime-widget/Makefile b/www/py-django-datetime-widget/Makefile
index 3f8b9242428c..ec406949bb33 100644
--- a/www/py-django-datetime-widget/Makefile
+++ b/www/py-django-datetime-widget/Makefile
@@ -13,7 +13,11 @@ COMMENT= Simple and clean widget for DateTimeField
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
USES= python
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
.include <bsd.port.mk>