1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/dns/py-idnkit2/Makefile
Marcus von Appen 91e4e8a4e3 - Convert ports from dns/, editors/ and emulators/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 15:43:33 +00:00

23 lines
532 B
Makefile

# Created by: Rafal Lesniak <fbsd@grid.einherjar.de>
# $FreeBSD$
PORTNAME= idnkit-python
PORTVERSION= 2.3
CATEGORIES= dns
MASTER_SITES= http://jprs.co.jp/idn/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fbsd@grid.einherjar.de
COMMENT= Python bindings for Internationalized Domain Name toolkit 2
LIB_DEPENDS= libidnkitlite.so:${PORTSDIR}/dns/idnkit2
USES= python:2 tar:bzip2
USE_PYTHON= distutils autoplist
post-patch:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/setup.py
.include <bsd.port.mk>