mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
f4f6422df2
Approved By: sbruno Differential Revision: https://reviews.freebsd.org/D17284
21 lines
374 B
Makefile
21 lines
374 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= skozlov@FreeBSD.org
|
|
COMMENT= ReportLab's templating system
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|