aboutsummaryrefslogtreecommitdiffstats
path: root/dns/libasr/Makefile
blob: 6bfbb6a5162529571278e64946f2a33349e2ef35 (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: Ashish SHUKLA <ashish@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libasr
PORTVERSION=    1.0.2
CATEGORIES= dns
MASTER_SITES=   http://www.opensmtpd.org/archives/ \
        http://distfiles.pirateparty.in/ashish/

MAINTAINER= ashish@FreeBSD.org
COMMENT=    Asynchronous DNS resolver library

LICENSE=    ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
LICENSE_COMB=   multi
LICENSE_FILE=   ${WRKSRC}/LICENCE

CONFLICTS=  libasr-devel-[0-9]*
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip

USES=       libtool ssl
USE_LDCONFIG=   yes

CFLAGS+=    -I${OPENSSLINC}

.include <bsd.port.mk>