diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-05 18:40:18 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-05 18:40:18 +0000 |
commit | 94f121742ef5d4d8cfdf38ea650dfa54e158d9d8 (patch) | |
tree | 2fd8f94b65fb89e8f44e81eaefc98f6bfbee3c03 /www/notftp | |
parent | 18bf8bb4982dac7363d2b4c6788650f413b6d616 (diff) | |
download | ports-94f121742ef5d4d8cfdf38ea650dfa54e158d9d8.tar.gz ports-94f121742ef5d4d8cfdf38ea650dfa54e158d9d8.zip |
Notes
Diffstat (limited to 'www/notftp')
-rw-r--r-- | www/notftp/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/notftp/Makefile b/www/notftp/Makefile index aa601ec05374..2f476289ce40 100644 --- a/www/notftp/Makefile +++ b/www/notftp/Makefile @@ -1,18 +1,17 @@ -# New ports collection makefile for: NotFTP -# Date created: 3 July 2002 -# Whom: Ryan Grove <ryan@wonko.com> -# +# Created by: Ryan Grove <ryan@wonko.com> # $FreeBSD$ -# PORTNAME= notftp PORTVERSION= 1.3.1 CATEGORIES= www ftp MASTER_SITES= http://wonko.com/notftp/files/ -MAINTAINER= ryan@wonko.com +MAINTAINER= ports@FreeBSD.org COMMENT= An easy to use Web to FTP gateway written in PHP +DEPRECATED= distfile unfetchable +EXPIRATION_DATE=2014-01-01 + USE_PHP= yes PREFIX= ${LOCALBASE} |