blob: 87d62cc0cd9860e58137e19caddcdf5d20f29f43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= empy
PORTVERSION= 3.3.3
CATEGORIES= textproc python
MASTER_SITES= http://www.alcyone.com/software/empy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Powerful and robust templating system for Python
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|