openbsd-ports/devel/p5-Class-Container/Makefile
wilfried 4c0de82e6b Import p5-Class-Container 0.07; submitted by Jim Geovedi <jim@corebsd.or.id>
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason",
in which the Compiler, Lexer, Interpreter, Resolver, Component,
Buffer, and several other objects must create each other transparently,
passing the appropriate parameters to the right class, possibly
substituting their own subclass for any of these objects.
2002-10-16 12:47:38 +00:00

26 lines
616 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/10/16 12:47:38 wilfried Exp $
COMMENT= "validate method/function parameters"
DISTNAME= Class-Container-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
BUILD_DEPENDS= :p5-Scalar-List-Utils->=1.07:devel/p5-Scalar-List-Utils \
:p5-Params-Validate->=0.23:devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>