mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
25 lines
554 B
Makefile
25 lines
554 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= tar:bzip2
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|