mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
5812bfeb16
- 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]
26 lines
613 B
Makefile
26 lines
613 B
Makefile
# New ports collection makefile for: p5-DBD-PgPP
|
|
# Date created: August 8th 2004
|
|
# Whom: Lubomir Marinov <lubomir_m@abv.bg>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBD-PgPP
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= DBD
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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.mk>
|