f308e59cc2
from gleydson soares
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/04/13 17:44:37 jasper Exp $
|
|
|
|
COMMENT = provides Moose-like method modifiers
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Class-Method-Modifiers-1.04
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Exception
|
|
|
|
CONFIGURE_STYLE= modinst
|
|
|
|
.include <bsd.port.mk>
|