mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
1869e01301
PR: ports/190205 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= preppy
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= print python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kozlov.sergey.404@gmail.com
|
|
COMMENT= ReportLab's templating system
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PYTHON= 2.7-3.3
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|