2006-11-25 11:32:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2006/11/25 16:32:34 espie Exp $
|
2004-05-10 13:46:55 -04:00
|
|
|
|
|
|
|
COMMENT= "smart return-value object"
|
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2006-01-07 15:21:16 -05:00
|
|
|
DISTNAME= Class-ReturnValue-0.53
|
2006-08-12 05:37:56 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
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}
|
|
|
|
RUN_DEPENDS= :p5-Devel-StackTrace-*:devel/p5-Devel-StackTrace
|
|
|
|
|
2006-01-07 15:21:16 -05:00
|
|
|
CONFIGURE_ARGS= --no-prompts
|
|
|
|
|
2004-05-10 13:46:55 -04:00
|
|
|
.include <bsd.port.mk>
|