1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-06-05 21:09:58 +00:00
parent def75b1a0f
commit c73c464ea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388639

View File

@ -3,7 +3,7 @@
PORTNAME= trml2pdf
PORTVERSION= 1.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= print python
MASTER_SITES= SF/kraft/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,8 +15,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1
NO_BUILD= yes
NO_ARCH= yes
USES= python tar:bzip2
USES= python shebangfix tar:bzip2
SHEBANG_FILES= trml2pdf/trml2pdf.py
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}