diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-19 03:41:01 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-19 03:41:01 +0800 |
commit | 7ac79c25f8ab40d396f1cf9ae57a64752127eedf (patch) | |
tree | b41a92b1480472d7ea3b3075520820a55742e932 /databases/p5-DBD-Pg-13/Makefile | |
parent | 19279ff1461050560ed327321c8e8bfe0dcac57b (diff) | |
download | freebsd-ports-gnome-7ac79c25f8ab40d396f1cf9ae57a64752127eedf.tar.gz freebsd-ports-gnome-7ac79c25f8ab40d396f1cf9ae57a64752127eedf.tar.zst freebsd-ports-gnome-7ac79c25f8ab40d396f1cf9ae57a64752127eedf.zip |
Import of a perl5 module for accessing PostgeSQL databases through the DBI
Diffstat (limited to 'databases/p5-DBD-Pg-13/Makefile')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile new file mode 100644 index 000000000000..4654d14ff083 --- /dev/null +++ b/databases/p5-DBD-Pg-13/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-DBD-Pg +# Version required: 0.3 +# Date created: June 17th 1997 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= DBD-Pg-0.3 +PKGNAME= p5-DBD-Pg-0.3 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBD + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 \ + ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/database/p5-DBI \ + ${PREFIX}/pgsql/lib/libpq.so.1.0:${PORTSDIR}/databases/postgresql +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 + +MANPREFIX= ${PREFIX}/lib/perl5 +MAN3= DBD::Pg.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> |