f308e59cc2
from gleydson soares
25 lines
455 B
Makefile
25 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/04/13 17:44:37 jasper Exp $
|
|
|
|
COMMENT= mro::* interface compatibility for Perl < 5.9.5
|
|
|
|
MODULES= cpan
|
|
DISTNAME= MRO-Compat-0.11
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
CPAN_AUTHOR= FLORA
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Class-C3>=0.20
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= modinst
|
|
|
|
.include <bsd.port.mk>
|