mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
- Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
25 lines
506 B
Makefile
25 lines
506 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyctpp2
|
|
PORTVERSION= 0.12.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
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>
|