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
485 B
Makefile
21 lines
485 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/12/17 11:56:56 kili Exp $
|
|
|
|
COMMENT= "represent a series of changes in annotate form"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Algorithm-Annotate-0.10
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-Algorithm-Diff->=1.1901:devel/p5-Algorithm-Diff
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|