# New ports collection makefile for: pecl-tcpwrap # Date created: 2006/08/01 # Whom: chinsan # # $FreeBSD: ports/security/pecl-tcpwrap/Makefile,v 1.2 2006/10/03 15:34:36 chinsan Exp $ # PORTNAME= tcpwrap PORTVERSION= 1.0 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= chinsan@FreeBSD.org COMMENT= A PECL extension which provides tcpwrappers binding USE_PHP= yes USE_PHPEXT= yes post-patch: @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4 .include