aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd-mysql
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-05-25 00:42:07 +0000
committerClement Laforet <clement@FreeBSD.org>2004-05-25 00:42:07 +0000
commit4f9db48c63ab7b63295deb0bc348c1db485645ac (patch)
tree32e3256578ad752088ec6b837e53bed577f2121d /ftp/proftpd-mysql
parentb7573a254f93cd98f47c04fe75484eef8a8e8b1a (diff)
downloadports-4f9db48c63ab7b63295deb0bc348c1db485645ac.tar.gz
ports-4f9db48c63ab7b63295deb0bc348c1db485645ac.zip
- Add proftpd-mysql port, a slave port of proftpd with mysql support.
Need by dtc port.
Notes
Notes: svn path=/head/; revision=109923
Diffstat (limited to 'ftp/proftpd-mysql')
-rw-r--r--ftp/proftpd-mysql/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/ftp/proftpd-mysql/Makefile b/ftp/proftpd-mysql/Makefile
new file mode 100644
index 000000000000..d7cebf492519
--- /dev/null
+++ b/ftp/proftpd-mysql/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: php4-dtc
+# Date created: 11 May 2004
+# Whom: Thomas Goirand <thomas@goirand.fr>
+#
+# $FreeBSD$
+
+MAINTAINER= thomas@goirand.fr
+COMMENT= Highly configurable ftp daemon with MySQL support
+
+PKGNAMESUFFIX= -mysql
+WITH_MYSQL= yes
+CONFLICTS= proftpd-1.*
+
+MASTERDIR= ${.CURDIR}/../../ftp/proftpd
+
+.include "${MASTERDIR}/Makefile"