mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
8e58200b71
notify maintainers, wait for a couple of days, and then only commit the update itself, leaving the dependent ports un-updated :( Bump the shared lib dependency on ports touched by the c-ares update. Pointy hat to: roam (myself)
28 lines
638 B
Makefile
28 lines
638 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libevnet
|
|
# Date created: Apr 22, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libevnet
|
|
PORTVERSION= 0.3.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
COMMENT= Network Daemon Services for libevent
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena
|
|
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
|
|
cares.2:${PORTSDIR}/dns/c-ares
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena
|
|
|
|
USE_OPENSSL= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|