diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-05 22:52:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-05 22:52:51 +0800 |
commit | 5a1bc3924bc6cf324f9e739a1ed978182c97ae8f (patch) | |
tree | d8513d89fe92e0c643c66c449a95adcdef92af57 /sysutils/reed | |
parent | 574cf6a85084d6ff0bb7f0297932769ca9e4a2b5 (diff) | |
download | freebsd-ports-gnome-5a1bc3924bc6cf324f9e739a1ed978182c97ae8f.tar.gz freebsd-ports-gnome-5a1bc3924bc6cf324f9e739a1ed978182c97ae8f.tar.zst freebsd-ports-gnome-5a1bc3924bc6cf324f9e739a1ed978182c97ae8f.zip |
Convert to new options framework
Diffstat (limited to 'sysutils/reed')
-rw-r--r-- | sysutils/reed/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile index 4734a5d17829..f5c29649703d 100644 --- a/sysutils/reed/Makefile +++ b/sysutils/reed/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.sacredchao.net/~piman/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= A text pager with autoscrolling and more +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configures |