diff options
Diffstat (limited to 'textproc/py-pdfminer/Makefile')
-rw-r--r-- | textproc/py-pdfminer/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/py-pdfminer/Makefile b/textproc/py-pdfminer/Makefile deleted file mode 100644 index 4909132fcbba..000000000000 --- a/textproc/py-pdfminer/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com> -# $FreeBSD$ - -PORTNAME= pdfminer -PORTVERSION= 20140328 -PORTREVISION= 1 -CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= skozlov@FreeBSD.org -COMMENT= PDF parser and analyzer - -LICENSE= MIT - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> |