# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg-descr # ./pkg-plist # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: DBD::Mock X# Date created: 02 December 2005 X# Whom: Espen Tagestad X# X# $FreeBSD: ports/databases/p5-DBD-Mock/Makefile,v 1.1 2005/12/08 09:37:38 ehaupt Exp $ X# X XPORTNAME= DBD-Mock XPORTVERSION= 1.32 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD XPKGNAMEPREFIX= p5- X XMAINTAINER= espen@tagestad.no XCOMMENT= Simple mock DBD implementation used for testing X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XPERL_CONFIGURE= yes X XMAN3= DBD::Mock.3 X X.include X X.if ${PERL_LEVEL} < 500806 XIGNORE= needs Perl 5.8.6 or above (lang/perl5.8) X.endif X X.include END-of-./Makefile echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThe DBD::Mock perl module is a simple mock DBD implementation used for testing. XIt's entirely self-contained so that you can extract the single library file X(DBD/Mock.pm), put it in your own distribution and be able to run DBI-based Xtests even though you don't have information about a database. X XWWW: http://search.cpan.org/dist/DBD-Mock/ X X- Espen Tagestad Xespen@tagestad.no END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' X%%SITE_PERL%%/DBD/Mock.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Mock/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Mock X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD X@dirrmtry %%SITE_PERL%%/DBD END-of-./pkg-plist echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (DBD-Mock-1.32.tar.gz) = a106bee9cd012d4f56f27bc247832829 XSHA256 (DBD-Mock-1.32.tar.gz) = 2ca249d009a5b49bd573b10c1341d388603b4c239efcf1b91e7ab93b3cba7e81 XSIZE (DBD-Mock-1.32.tar.gz) = 37377 END-of-./distinfo exit