diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-05-28 20:54:14 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-05-28 20:54:14 +0800 |
commit | 033b83def2cae68b2455608cf0b77a8e9b0499d3 (patch) | |
tree | 78ddcf5cc9ff12118228573d811b566f3129513f /databases | |
parent | 8c6d819ee9f803337ca2c16bb9afbcfd3d425c26 (diff) | |
download | freebsd-ports-gnome-033b83def2cae68b2455608cf0b77a8e9b0499d3.tar.gz freebsd-ports-gnome-033b83def2cae68b2455608cf0b77a8e9b0499d3.tar.zst freebsd-ports-gnome-033b83def2cae68b2455608cf0b77a8e9b0499d3.zip |
- Mark Deprecated (again, see history), maybe it will stay this way.
- Upstream unavaialble for a long time. No updates for over 5 years
- No maintainer. If you want to fix this, take maintainer ship.
PR: ports/150903
Submitted by: scheidell@ (me)
Approved by: The little elves (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index 5f9280885a01..7b01c1837573 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Show and convert the content of dBASE III, IV, and 5.0 files +DEPRECATED= berlios masters no longer have any code on them. Upstream unavailable for years +EXPIRATION_DATE=2012-8-28 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src PLIST_FILES= bin/dbf |