1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/pecl-tcpwrap/Makefile
2009-08-28 18:54:47 +00:00

26 lines
510 B
Makefile

# New ports collection makefile for: pecl-tcpwrap
# Date created: 2006/08/01
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= tcpwrap
PORTVERSION= 1.1.3
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@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 <bsd.port.mk>