1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/print/py-fpdf/Makefile
2021-04-06 16:31:07 +02:00

19 lines
373 B
Makefile

# Created by: Fabiano Sidler <fabianosidler@swissonline.ch>
PORTNAME= fpdf
PORTVERSION= 1.7.2
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fabianosidler@swissonline.ch
COMMENT= Simple PDF generation for Python
LICENSE= LGPL3
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>