freebsd-ports/print/py-preppy/Makefile
Serhii (Sergey) Kozlov f4f6422df2 Change MAINTAINER in my ports to @FreeBSD.org email
Approved By: sbruno
Differential Revision: https://reviews.freebsd.org/D17284
2018-09-23 08:13:44 +00:00

20 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>