18 lines
285 B
Makefile
18 lines
285 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:45:04 sthen Exp $
|
|
|
|
COMMENT= C implementation of priority queues
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-XS-Queue-Array-0.006
|
|
CATEGORIES= devel
|
|
REVISION= 2
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
RUN_DEPENDS = devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|