freebsd-ports/www/py-django-markwhat/Makefile
Martin Wilke 6332037fce - Switch all ports to www/py-django18
- Bump PORTREVISION
2016-01-16 09:52:37 +00:00

20 lines
436 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-markwhat
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= www python textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Template filters that implement common markup languages
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>