d8be863d00
development, and has kindly agreed to take the maintainership of following ports: - dns/libasr - dns/libasr-devel - mail/opensmtpd - mail/opensmtpd-devel Thank you!
25 lines
567 B
Makefile
25 lines
567 B
Makefile
# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libasr
|
|
PORTVERSION= 201602131606
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.opensmtpd.org/archives/ \
|
|
http://distfiles.pirateparty.in/ashish/
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
|
COMMENT= Asynchronous DNS resolver library (development snapshot)
|
|
|
|
LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
CONFLICTS= libasr-[0-9]*
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|