aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-PgPP
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2007-06-16 00:35:27 +0000
committerShaun Amott <shaun@FreeBSD.org>2007-06-16 00:35:27 +0000
commit5812bfeb16434951da2ef2140746154a3300cd29 (patch)
tree3058f5aae3d8e6c30f527e76a00ce3f34e501f65 /databases/p5-DBD-PgPP
parent75050926e848a06c84b1e8b1623fe5405e2a2636 (diff)
downloadports-5812bfeb16434951da2ef2140746154a3300cd29.tar.gz
ports-5812bfeb16434951da2ef2140746154a3300cd29.zip
- Remove FreeBSD 4.x (old Perl) support. [1]
- Reset bouncing maintainer address: <lubomir_m@abv.bg>: host pmx.abv.bg[194.153.145.77] said: 550 5.1.1 <lubomir_m@abv.bg>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) PR: ports/113715 [1] Submitted by: erwin [1]
Notes
Notes: svn path=/head/; revision=193622
Diffstat (limited to 'databases/p5-DBD-PgPP')
-rw-r--r--databases/p5-DBD-PgPP/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/databases/p5-DBD-PgPP/Makefile b/databases/p5-DBD-PgPP/Makefile
index 961272747281..6b799ac79478 100644
--- a/databases/p5-DBD-PgPP/Makefile
+++ b/databases/p5-DBD-PgPP/Makefile
@@ -12,23 +12,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
-MAINTAINER= lubomir_m@abv.bg
+MAINTAINER= ports@FreeBSD.org
COMMENT= Pure Perl PostgreSQL driver for the DBI
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+
PERL_CONFIGURE= yes
MAN3= DBD::PgPP.3 DBD::DBD-PgPP.ja.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-post-patch:
- @${PERL} -i -pe 's/\[:graph:\] /\\x20-\\x7e/g' ${WRKSRC}/PgPP.pm
-.else
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>