aboutsummaryrefslogtreecommitdiffstats
path: root/dns/py-adns/Makefile
blob: 0b6654b977f0a522b8159505d25ad3575724a9f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Hye-Shik Chang <perky@fallin.lv>
# $FreeBSD$

PORTNAME=   adns
PORTVERSION=    1.2.1
PORTREVISION=   14
CATEGORIES= dns python
MASTER_SITES=   GOOGLE_CODE
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   adns-python-${PORTVERSION}

MAINTAINER= m.tsatsenko@gmail.com
COMMENT=    Python Interface to adns, the asynchronous DNS library

LIB_DEPENDS=    libadns.so:dns/adns

PROJECTHOST=    adns-python
USES=       python
USE_PYTHON= distutils autoplist

post-patch:
    @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \
        -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \
        ${WRKSRC}/setup.py

.include <bsd.port.mk>