2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/12/03 11:44:28 ajacoutot Exp $
|
2004-05-10 13:46:55 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= smart return-value object
|
2004-05-10 13:46:55 -04:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2010-04-02 09:15:43 -04:00
|
|
|
DISTNAME= Class-ReturnValue-0.55
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2004-05-10 13:46:55 -04:00
|
|
|
|
2004-07-04 19:40:05 -04:00
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
2004-05-10 13:46:55 -04:00
|
|
|
|
|
|
|
# Artistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-08-12 05:37:56 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Devel-StackTrace
|
2006-08-12 05:37:56 -04:00
|
|
|
|
2006-01-07 15:21:16 -05:00
|
|
|
CONFIGURE_ARGS= --no-prompts
|
|
|
|
|
2004-05-10 13:46:55 -04:00
|
|
|
.include <bsd.port.mk>
|