openbsd-ports/devel/p5-Graph/Makefile

26 lines
526 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2006/01/04 17:09:37 steven Exp $
2005-03-02 20:02:40 -05:00
COMMENT= "graph data structures in perl"
PKG_ARCH= *
DISTNAME= Graph-0.69
2005-03-02 20:02:40 -05:00
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2005-03-02 20:02:40 -05:00
# perl licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/}
2005-03-02 20:02:40 -05:00
CONFIGURE_STYLE= perl
RUN_DEPENDS= :p5-Heap-*:devel/p5-Heap
BUILD_DEPENDS= ${RUN_DEPENDS}
2005-03-02 20:02:40 -05:00
.include <bsd.port.mk>