mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
af42e299c3
PR: 203024 Submitted by: kozlov.sergey.404@gmail.com(maintainer)
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= preppy
|
|
PORTVERSION= 2.3.4
|
|
CATEGORIES= print python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kozlov.sergey.404@gmail.com
|
|
COMMENT= ReportLab's templating system
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|