mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
21 lines
372 B
Makefile
21 lines
372 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= ports@FreeBSD.org
|
|
COMMENT= ReportLab's templating system
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|