depend on p5-Class-ISA, bump REVISION.

This commit is contained in:
sthen 2010-11-17 23:30:49 +00:00
parent a60ea186d7
commit 0083c0e2af
4 changed files with 22 additions and 13 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:56 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/17 23:30:49 sthen Exp $
COMMENT= alternative object layout in perl
MODULES= cpan
DISTNAME= Class-InsideOut-1.09
REVISION= 0
CATEGORIES= devel
USE_GROFF = Yes
USE_GROFF= Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
@ -18,4 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
RUN_DEPENDS= devel/p5-Class-ISA
REGRESS_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/17 23:30:49 sthen Exp $
COMMENT= class automation, introspection and validation
MODULES= cpan
DISTNAME= Class-Meta-0.53
REVISION= 0
REVISION= 1
CATEGORIES= devel
USE_GROFF = Yes
USE_GROFF= Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
@ -15,7 +15,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Data-Types
RUN_DEPENDS= devel/p5-Data-Types \
devel/p5-Class-ISA
CONFIGURE_STYLE= modbuild

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:05 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/17 23:30:49 sthen Exp $
COMMENT= functional and object-oriented callback architecture
MODULES= cpan
DISTNAME= Params-CallbackRequest-1.19
REVISION= 0
CATEGORIES= devel
USE_GROFF = Yes
USE_GROFF= Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
@ -14,7 +15,9 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Params-Validate \
devel/p5-Exception-Class
devel/p5-Exception-Class \
devel/p5-Class-ISA
REGRESS_DEPENDS= devel/p5-Class-ISA
CONFIGURE_STYLE=modbuild

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:06 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/17 23:30:49 sthen Exp $
COMMENT= easily create test classes in an xUnit style
MODULES= cpan
DISTNAME= Test-Class-0.31
REVISION= 0
CATEGORIES= devel
USE_GROFF = Yes
USE_GROFF= Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
@ -18,6 +19,7 @@ CONFIGURE_STYLE=modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Devel-Symdump \
devel/p5-Test-Differences \
devel/p5-Test-Exception
devel/p5-Test-Exception \
devel/p5-Class-ISA
.include <bsd.port.mk>