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