freebsd-ports/print/py-preppy/Makefile
Marcus von Appen d45fbf3040 - Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
2014-10-24 16:42:59 +00:00

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>