aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-markwhat/Makefile
blob: 4285001ecc5f88af677e84b1405f64dcf61233b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Kubilay Kocak <koobs@FreeBSD.org>

PORTNAME=	django-markwhat
PORTVERSION=	1.6.1
CATEGORIES=	www python textproc
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Collection of template filters that implement common markup languages

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>