18 lines
285 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2019/07/12 20:45:03 sthen Exp $
COMMENT= C implementation of priority queues
MODULES= cpan
DISTNAME= POE-XS-Queue-Array-0.006
CATEGORIES= devel
2015-07-16 23:57:18 +00:00
REVISION= 1
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
2012-08-23 15:00:32 +00:00
RUN_DEPENDS = devel/p5-POE
.include <bsd.port.mk>