debf17f1bb
Often you want to create components that can be added to a class arbitrarily. This module makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or applying roles to the instance one-by-one, he can just pass a traits parameter to the class's new_with_traits constructor.
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 09:43:05 jasper Exp $
|
|
|
|
COMMENT= automatically apply roles at object creation time
|
|
|
|
DISTNAME= MooseX-Traits-0.07
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::devel/p5-Moose \
|
|
::devel/p5-Sub-Exporter \
|
|
::devel/p5-namespace-autoclean
|
|
.include <bsd.port.mk>
|