mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
19 lines
373 B
Makefile
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>
|