diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-07 15:58:48 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-07 15:58:48 +0800 |
commit | 6509bba0b65b6a38a44846070a66c6ca19c2360c (patch) | |
tree | 3ee79c39ad3feedee93de49db98b7dcaa8ff6f37 /devel | |
parent | 592848cf0af373b0746d1488886fb2d892762327 (diff) | |
download | freebsd-ports-gnome-6509bba0b65b6a38a44846070a66c6ca19c2360c.tar.gz freebsd-ports-gnome-6509bba0b65b6a38a44846070a66c6ca19c2360c.tar.zst freebsd-ports-gnome-6509bba0b65b6a38a44846070a66c6ca19c2360c.zip |
Add p5-DateTime-Format-DBI 0.02,
find a parser class for a database
connection.
PR: 54025
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-DBI/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-DBI/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-DBI/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-DBI/pkg-plist | 7 |
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8a58c2b1710b..c1928a749af3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -557,6 +557,7 @@ SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder + SUBDIR += p5-DateTime-Format-DBI SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-LeapSecond SUBDIR += p5-DateTime-Precise diff --git a/devel/p5-DateTime-Format-DBI/Makefile b/devel/p5-DateTime-Format-DBI/Makefile new file mode 100644 index 000000000000..b734a3638a00 --- /dev/null +++ b/devel/p5-DateTime-Format-DBI/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-DateTime-Format-DBI +# Date created: 2 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Format-DBI +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Find a parser class for a database connection + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Format::DBI.3 + +post-patch: + @${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/lib/DateTime/Format/DBI.pm + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-DBI/distinfo b/devel/p5-DateTime-Format-DBI/distinfo new file mode 100644 index 000000000000..f6b465ec078f --- /dev/null +++ b/devel/p5-DateTime-Format-DBI/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Format-DBI-0.02.tar.gz) = c3a1d74bd4dde69ae1d0329bc79ef7a3 diff --git a/devel/p5-DateTime-Format-DBI/pkg-descr b/devel/p5-DateTime-Format-DBI/pkg-descr new file mode 100644 index 000000000000..5417109a6fa2 --- /dev/null +++ b/devel/p5-DateTime-Format-DBI/pkg-descr @@ -0,0 +1,6 @@ +This module finds a DateTime::Format::* class that is suitable for the use with +a given DBI connection (and DBD::* driver). + +It currently supports the following drivers: MySQL, PostgreSQL (Pg). + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Format-DBI/pkg-plist b/devel/p5-DateTime-Format-DBI/pkg-plist new file mode 100644 index 000000000000..cbbaabeea31c --- /dev/null +++ b/devel/p5-DateTime-Format-DBI/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Format/DBI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/DBI/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/DBI +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |