diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-30 11:51:48 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-30 11:51:48 +0000 |
commit | 94d7276293f1d5a7a6e03d3f8e45aa12624ddb74 (patch) | |
tree | ae23a5b35a789a528f3f766e032416ca8376d970 /misc/documancer | |
parent | - set PORTSCOUT variable (diff) |
- set PORTSCOUT variable
- schedule for removal (Abandonware by upstream maintainer)
Diffstat (limited to 'misc/documancer')
-rw-r--r-- | misc/documancer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile index ae5ece32f817..8a6b76edd547 100644 --- a/misc/documancer/Makefile +++ b/misc/documancer/Makefile @@ -16,12 +16,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A programmer's documentation reader -DEPRECATED= Unmaintained upstream - BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ swish-e:${PORTSDIR}/www/swish-e RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Unmaintained upstream +EXPIRATION_DATE=2008-10-01 +PORTSCOUT= limitw:1,even + USE_PYTHON= 2.4+ USE_PERL5= yes USE_WX= 2.4 |