Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
net/php-ftp/DESCR Normal file
View File

@@ -0,0 +1,2 @@
PHP is a programming language designed to be embedded into web pages.
This module provides access to FTP sites through a FTP library.

17
net/php-ftp/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.15 2013/02/22 03:07:45 taca Exp $
MODNAME= ftp
CATEGORIES+= net
COMMENT= PHP extension for FTP access
CONFLICTS= php-ftp-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}
# adjust so that the pkg gets built with SSL support
LIBS+= -lssl -lcrypto
CFLAGS+= -DHAVE_OPENSSL_EXT
.include "../../lang/php/ext.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"