20 lines
307 B
Makefile
20 lines
307 B
Makefile
# $OpenBSD: Makefile,v 1.12 2014/06/14 23:24:57 sthen Exp $
|
|
|
|
COMMENT= C implementation of priority queues
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-XS-Queue-Array-0.006
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
RUN_DEPENDS = devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|