24 lines
473 B
Makefile
24 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:46:01 espie Exp $
|
|
|
|
COMMENT= smart return-value object
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-ReturnValue-0.55
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Devel-StackTrace
|
|
|
|
CONFIGURE_ARGS= --no-prompts
|
|
|
|
.include <bsd.port.mk>
|