d45fbf3040
Approved by: portmgr (implicit)
18 lines
376 B
Makefile
18 lines
376 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
|
|
|
|
USES= python:2.7-3.3
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|