diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-16 17:27:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-16 17:27:56 +0800 |
commit | 49d189828c1a9d1aef367dff59b0c7fa8557959b (patch) | |
tree | 4cdddf87bed0676b76dd0348251b3e432194af24 | |
parent | 48daa1416ba490fdb14a8201201428c3f80f2291 (diff) | |
download | freebsd-ports-graphics-49d189828c1a9d1aef367dff59b0c7fa8557959b.tar.gz freebsd-ports-graphics-49d189828c1a9d1aef367dff59b0c7fa8557959b.tar.zst freebsd-ports-graphics-49d189828c1a9d1aef367dff59b0c7fa8557959b.zip |
This port unconditionally depends on p5-DBD-File which only works
on 4.x. Schedule for removal unless someone fixes the dependencies
for newer perl version in the next 2 weeks.
-rw-r--r-- | databases/p5-DBD-RAM/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBD-RAM/Makefile b/databases/p5-DBD-RAM/Makefile index 40f4961d698..d7975902d70 100644 --- a/databases/p5-DBD-RAM/Makefile +++ b/databases/p5-DBD-RAM/Makefile @@ -20,6 +20,9 @@ BUILD_DEPENDS= ${SITE_PERL}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Only works on 4.x +EXPIRATION_DATE= 2007-07-30 + PERL_CONFIGURE= yes MAN3= DBD::RAM.3 |