8d2cee5205
ok steven@ There'l be more of this, including some ports where a RUN_DEPENDS=${BUILD_DEPENDS} really causes wrong runtime dependencies.
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/12/17 11:56:56 kili Exp $
|
|
|
|
COMMENT= "make chained accessors"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Accessor-Chained-0.01
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Class-Accessor
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|