openbsd-ports/devel/p5-ZMQ/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

21 lines
345 B
Makefile

# $OpenBSD: Makefile,v 1.3 2016/03/20 19:56:41 naddy Exp $
COMMENT = Perl-ish Interface to libzmq
MODULES = cpan
PKG_ARCH = *
DISTNAME = ZMQ-1.06
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
CPAN_AUTHOR = DMAKI
RUN_DEPENDS = devel/p5-ZMQ-Constants
TEST_DEPENDS = devel/p5-ZMQ-LibZMQ3 \
devel/p5-Sub-Name
.include <bsd.port.mk>