diff options
author | Will Andrews <will@FreeBSD.org> | 2001-06-11 03:54:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-06-11 03:54:15 +0000 |
commit | 1812a769a4f55e27bbea1bc30abe928b64411277 (patch) | |
tree | c519ffe1bd542068ece6cd2c50591d05b0403e29 /databases/p5-DBIx-SearchBuilder/Makefile | |
parent | b10246bb6da7177b73c634d5c438f7fef2ececec (diff) | |
download | ports-1812a769a4f55e27bbea1bc30abe928b64411277.tar.gz ports-1812a769a4f55e27bbea1bc30abe928b64411277.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder/Makefile')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile new file mode 100644 index 000000000000..863f32c9af59 --- /dev/null +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: databases/p5-DBIx-SearchBuilder +# Date created: 29 May 2001 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-SearchBuilder +PORTVERSION= 0.15 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBIx +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DBIx::SearchBuilder.3 DBIx::SearchBuilder::Handle.3 \ + DBIx::SearchBuilder::Handle::Oracle.3 \ + DBIx::SearchBuilder::Handle::mysql.3 DBIx::SearchBuilder::Record.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |