mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
5337219b74
PR: ports/125640 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout (se; 1 month)
23 lines
459 B
Makefile
23 lines
459 B
Makefile
# New ports collection makefile for: py-pdf
|
|
# Date created: 2007-10-04 16:46:22
|
|
# Whom: Stefan Esser <se@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pdf
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= print python
|
|
MASTER_SITES= http://pybrary.net/pyPdf/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyPdf-${PORTVERSION}
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
COMMENT= Pure-Python PDF toolkit
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= pyPdf
|
|
|
|
.include <bsd.port.mk>
|