diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 16:41:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 16:41:25 +0000 |
commit | 04934e9f855c48e38c1302883424f034459f2bd7 (patch) | |
tree | 04d146b5d1513574a90ed477a6c85e4f33cf77e4 /databases/pgcluster/Makefile | |
parent | cba574e6386e3eebdb6ff72d2ae9b0467c171979 (diff) | |
download | ports-04934e9f855c48e38c1302883424f034459f2bd7.tar.gz ports-04934e9f855c48e38c1302883424f034459f2bd7.zip |
Notes
Diffstat (limited to 'databases/pgcluster/Makefile')
-rw-r--r-- | databases/pgcluster/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/pgcluster/Makefile b/databases/pgcluster/Makefile index 59c88427150f..3791779f5423 100644 --- a/databases/pgcluster/Makefile +++ b/databases/pgcluster/Makefile @@ -20,6 +20,9 @@ PATCH_DIST_STRIP= -p0 MAINTAINER= ports@FreeBSD.org COMMENT= The multi-master and synchronous replication system for PostgreSQL +DEPRECATED= Looks like an abandonware, no more public distfile +EXPIRATION_DATE= 2011-08-01 + RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync WRKSRC?= ${WRKDIR}/postgresql-${BASEPGSQL} |