diff options
author | matthew <matthew@FreeBSD.org> | 2015-07-08 16:22:01 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2015-07-08 16:22:01 +0800 |
commit | 252c3268a11a82b253c05d981a8c4c1b801b1cc7 (patch) | |
tree | f6470ff860cf8ec3b510bcb274afd33cea5661e9 /databases | |
parent | 3b79a34134456d7c20d9c9d0637fa066d7e26653 (diff) | |
download | freebsd-ports-gnome-252c3268a11a82b253c05d981a8c4c1b801b1cc7.tar.gz freebsd-ports-gnome-252c3268a11a82b253c05d981a8c4c1b801b1cc7.tar.zst freebsd-ports-gnome-252c3268a11a82b253c05d981a8c4c1b801b1cc7.zip |
Deprecate and set expiry for two months from now.
- The original motivation for this port was to work around
compatibility problems with p5-DBD-Pg, but those were fixed
upstream long ago.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBD-Pg32/Makefile b/databases/p5-DBD-Pg32/Makefile index 6598fc68949c..b7e3364a2d73 100644 --- a/databases/p5-DBD-Pg32/Makefile +++ b/databases/p5-DBD-Pg32/Makefile @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 32 MAINTAINER= matthew@FreeBSD.org COMMENT= Provides access to PostgreSQL databases through the DBI +DEPRECATED= Use databases/p5-DBD-Pg instead, compatability probles are fixed +EXPIRY= 20150908 + LICENSE= ART10 GPLv1 LICENSE_COMB= dual |