Algorithm::Dependency is a framework for creating simple read-only dependency heirachies, where you have a set of items that rely on other items in the set, and require actions on them as well.
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 10:17:16 msf Exp $
|
|
|
|
COMMENT= "base class for implementing various dependency trees"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Algorithm-Dependency-1.102
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Params-Util
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|