9b40ae755f
This module uses Moose if it's loaded and otherwise Mouse.
20 lines
375 B
Makefile
20 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/06 22:59:42 simon Exp $
|
|
|
|
COMMENT = use Moose or Mouse modules
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Any-Moose-0.07
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = FLORA
|
|
|
|
RUN_DEPENDS = :p5-Mouse->=0.20:devel/p5-Mouse
|
|
|
|
.include <bsd.port.mk>
|