18 lines
426 B
Makefile
18 lines
426 B
Makefile
# Created by: Melvyn Sopacua <melvyn@magemana.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-datetime-widget
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= melvyn@magemana.nl
|
|
COMMENT= Simple and clean widget for DateTimeField
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|