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

24 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/03/20 19:57:04 naddy Exp $
COMMENT= interact with Asterisk Manager Interface from perl
DISTNAME= Asterisk-AMI-v0.2.8
PKGNAME= p5-${DISTNAME:S/-v/-/}
CATEGORIES= telephony perl5
HOMEPAGE= https://github.com/rrb3942/perl-Asterisk-AMI/
MODULES= cpan
PKG_ARCH= *
CPAN_AUTHOR= GREENBEAN
# Artistic 2.0
PERMIT_PACKAGE_CDROM= yes
RUN_DEPENDS= devel/p5-AnyEvent>=5.2
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIR= ${PREFIX}/share/examples/p5-Asterisk-AMI
.include <bsd.port.mk>