freebsd-ports/textproc/py-pyctpp2/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
415 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyctpp2
PORTVERSION= 0.12.2
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vg@FreeBSD.org
COMMENT= Python interface to CTPP2 library
LICENSE= MIT
LIB_DEPENDS= libctpp2.so:textproc/ctpp2
# Python3 ready
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>