Update print/foomatic-db to version 20161105
[dports.git] / print / py-fpdf / Makefile
1 # Created by: Fabiano Sidler <fabianosidler@swissonline.ch>
2 # $FreeBSD$
3
4 PORTNAME=       fpdf
5 PORTVERSION=    1.7.2
6 CATEGORIES=     print python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     fabianosidler@swissonline.ch
11 COMMENT=        Simple PDF generation for Python
12
13 LICENSE=        LGPL3
14
15 USES=           python
16 USE_PYTHON=     autoplist distutils
17 NO_ARCH=        yes
18
19 .include <bsd.port.mk>