diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
commit | b77027ff367bd483a05125b9e59ec51183a750d7 (patch) | |
tree | 68f4bf91a0cca80e6657a533e5ab5b876819ef7e /databases/p5-DBD-PgSPI/Makefile | |
parent | Back out previous commit, the port was recently fixed. (diff) |
These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
Notes
Notes:
svn path=/head/; revision=107549
Diffstat (limited to 'databases/p5-DBD-PgSPI/Makefile')
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index 47094cab02da..ec6694a8e2b7 100644 --- a/databases/p5-DBD-PgSPI/Makefile +++ b/databases/p5-DBD-PgSPI/Makefile @@ -22,6 +22,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/plperl.so:${PORTSDIR}/databases/p5-post ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +BROKEN= "Inconsistent dependencies" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-06-18 + PERL_CONFIGURE= yes MAN3= DBD::PgSPI.3 |