diff options
author | olgeni <olgeni@FreeBSD.org> | 2007-05-31 06:36:10 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2007-05-31 06:36:10 +0800 |
commit | 5a709bcb54a97c0c8d79d01cabace3844a299e65 (patch) | |
tree | 12cf7de37840a370a8444fd4eb08b9bc12b62974 /databases/postgresql_autodoc | |
parent | c9e6ec8d609098eb64324b4d46d134cfe2491139 (diff) | |
download | freebsd-ports-gnome-5a709bcb54a97c0c8d79d01cabace3844a299e65.tar.gz freebsd-ports-gnome-5a709bcb54a97c0c8d79d01cabace3844a299e65.tar.zst freebsd-ports-gnome-5a709bcb54a97c0c8d79d01cabace3844a299e65.zip |
Remove obsolete workaround for Perl 5.005_03.
PR: ports/113163
Submitted by: erwin
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index 07c0f125ae02..c5c1a0f53822 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -14,16 +14,9 @@ DIST_SUBDIR= postgresql MAINTAINER= olgeni@FreeBSD.org COMMENT= Automatic documentation generator for postgresql databases -.include <bsd.port.pre.mk> - BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ - ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey - -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13 -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.endif + ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ + ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg GNU_CONFIGURE= yes USE_GMAKE= yes @@ -32,4 +25,4 @@ CONFIGURE_ARGS+= --datadir=${DATADIR} WRKSRC= ${WRKDIR}/postgresql_autodoc -.include <bsd.port.post.mk> +.include <bsd.port.mk> |