2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2010/12/03 11:44:31 ajacoutot Exp $
|
2005-03-02 20:02:40 -05:00
|
|
|
|
2007-09-05 12:10:26 -04:00
|
|
|
COMMENT= graph data structures in perl
|
2005-03-02 20:02:40 -05:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2010-09-09 16:31:08 -04:00
|
|
|
DISTNAME= Graph-0.94
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2008-05-08 18:44:13 -04:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2005-03-02 20:02:40 -05:00
|
|
|
|
2007-02-02 09:53:03 -05:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
2005-12-03 04:03:45 -05:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
# perl
|
2005-03-02 20:02:40 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Heap
|
2005-12-03 04:03:45 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2005-03-02 20:02:40 -05:00
|
|
|
|
2010-09-09 16:31:08 -04:00
|
|
|
pre-configure:
|
|
|
|
@rm -f ${WRKSRC}/lib/Graph/TransitiveClosure.pm.orig
|
|
|
|
|
2005-03-02 20:02:40 -05:00
|
|
|
.include <bsd.port.mk>
|