diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-25 07:32:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-25 07:32:07 +0000 |
commit | c7c673d6524f95b7903e1329da66cbf0441b3438 (patch) | |
tree | 2f6d2227a65277ba13ee27e196cb9099662eae26 /print/py-preppy/Makefile | |
parent | b34e1634adb5416f7951e84b1a4571437f3d2949 (diff) |
Notes
Diffstat (limited to 'print/py-preppy/Makefile')
-rw-r--r-- | print/py-preppy/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/py-preppy/Makefile b/print/py-preppy/Makefile new file mode 100644 index 000000000000..060a8baa4e8c --- /dev/null +++ b/print/py-preppy/Makefile @@ -0,0 +1,19 @@ +# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com> +# $FreeBSD$ + +PORTNAME= preppy +PORTVERSION= 2.1.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> |