22 lines
401 B
Makefile
22 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/11/20 19:56:47 espie Exp $
|
|
|
|
COMMENT= perl framework for SIP
|
|
|
|
DISTNAME= Net-SIP-0.59
|
|
|
|
CATEGORIES= net telephony
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS= net/p5-Net-DNS>=0.56
|
|
|
|
.include <bsd.port.mk>
|