Update to 0.02003.
No longer use modbuild. Tweak regress_depends (from simon) and run_depends Patch Makefile.PL to not run to CPAN for RUN_DEPENDS. ok and help from simon@
This commit is contained in:
parent
7915e37acf
commit
7bc360f0a3
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:34:01 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2008/06/13 18:36:01 merdely Exp $
|
||||
|
||||
COMMENT= data validation for DBIx::Class
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= DBIx-Class-Validation-0.01001
|
||||
DISTNAME= DBIx-Class-Validation-0.02003
|
||||
CATEGORIES= databases devel
|
||||
|
||||
# perl
|
||||
@ -12,14 +12,16 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
|
||||
RUN_DEPENDS= ::databases/p5-DBIx-Class \
|
||||
::devel/p5-DateTime-Format-MySQL \
|
||||
::devel/p5-FormValidator-Simple
|
||||
|
||||
REGRESS_DEPENDS=::databases/p5-DBD-SQLite \
|
||||
::databases/p5-SQL-Translator
|
||||
::databases/p5-SQL-Translator \
|
||||
::devel/p5-Data-FormValidator \
|
||||
::devel/p5-Test-Spelling \
|
||||
::textproc/aspell/core
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
MAKE_ENV= TEST_POD=Yes TEST_AUTHOR=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (DBIx-Class-Validation-0.01001.tar.gz) = h8rRGs3x1pDO5V7LKZ8slA==
|
||||
RMD160 (DBIx-Class-Validation-0.01001.tar.gz) = FnSS++/yh051TOz1+Vw4fZbOPFs=
|
||||
SHA1 (DBIx-Class-Validation-0.01001.tar.gz) = NcsnXWt+WgGK+YZpBT14RcnmZfs=
|
||||
SHA256 (DBIx-Class-Validation-0.01001.tar.gz) = fVEzg236dxeVMimG2pH76dxoVboPTieApA4yj8Bj1Vg=
|
||||
SIZE (DBIx-Class-Validation-0.01001.tar.gz) = 5457
|
||||
MD5 (DBIx-Class-Validation-0.02003.tar.gz) = wx/rLuEmJD/jFcbKnxaspA==
|
||||
RMD160 (DBIx-Class-Validation-0.02003.tar.gz) = O6Wn+0apNG4NduJMPGX/10qcXqU=
|
||||
SHA1 (DBIx-Class-Validation-0.02003.tar.gz) = TmCvC0p680QszXFZK+LsCCzMamM=
|
||||
SHA256 (DBIx-Class-Validation-0.02003.tar.gz) = EYGYhP/sDSNUqj1w3DzGQX6S3XmpbsrHRqjkWXXKNt0=
|
||||
SIZE (DBIx-Class-Validation-0.02003.tar.gz) = 23318
|
||||
|
10
databases/p5-DBIx-Class-Validation/patches/patch-Makefile_PL
Normal file
10
databases/p5-DBIx-Class-Validation/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,10 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1 2008/06/13 18:36:01 merdely Exp $
|
||||
--- Makefile.PL.orig Thu Jun 12 18:36:47 2008
|
||||
+++ Makefile.PL Thu Jun 12 18:36:51 2008
|
||||
@@ -25,6 +25,4 @@ eval {
|
||||
system 'pod2text lib/DBIx/Class/Validation.pm > README';
|
||||
};
|
||||
|
||||
-auto_install;
|
||||
-
|
||||
WriteMakefile;
|
Loading…
x
Reference in New Issue
Block a user