freebsd-ports/textproc/py-pyctpp2/Makefile
Ruslan Makhmatkhanov a4c33e0371 - update to 2.8.2
- optionify the port
- chase the update in dependend ports:
  - textproc/py-pyctpp2
  - www/cas

while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW

PR:		170610
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by:	maintainer timeout (> 1 month)
2012-10-01 18:35:12 +00:00

25 lines
528 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= pyctpp2
PORTVERSION= 0.12.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Python interface to CTPP2 library
LICENSE= MIT
LIB_DEPENDS= ctpp2:${PORTSDIR}/textproc/ctpp2
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>