b6ff108ea2
ok steven
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.8 2006/09/22 11:49:21 jasper Exp $
|
|
|
|
COMMENT= "graph data structures in perl"
|
|
|
|
PKG_ARCH= *
|
|
DISTNAME= Graph-0.80
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
RUN_DEPENDS= :p5-Heap-*:devel/p5-Heap
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|