summaryrefslogtreecommitdiff
path: root/dns/py-idnkit2/Makefile
blob: 7372eb7bcafe6645da821a6549ec3b92a0da0e04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>